If a static variable in one class enclosed in an assembly is being referred by two different assemblies, would the change in static variable caused by one assembly be reflected in the other assembly. Assume all the assemblies are getting executed in one process. Same question was repeated for singleton class as well instead of static variable