10 references to SharedStatics
mscorlib (10)
system\runtime\memoryfailpoint.cs (3)
210ulong reserved = SharedStatics.MemoryFailPointReservedMemory; 311SharedStatics.AddMemoryFailPointReservation((long) size); 428SharedStatics.AddMemoryFailPointReservation(-((long)_reservedMemory));
system\runtime\remoting\identity.cs (2)
31return SharedStatics.Remoting_Identity_IDGuid; 185return SharedStatics.Remoting_Identity_GetNextSeqNum();
system\security\securitydocument.cs (2)
156StringMaker m = System.SharedStatics.GetSharedStringMaker(); 203System.SharedStatics.ReleaseSharedStringMaker(ref m);
system\security\util\tokenizer.cs (2)
120_maker = System.SharedStatics.GetSharedStringMaker(); 125System.SharedStatics.ReleaseSharedStringMaker(ref _maker); // will set _maker to null
system\sharedstatics.cs (1)
33private static SharedStatics _sharedStatics;