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