3 references to AllocateMemory
System (3)
net\System\Net\_SafeNetHandles.cs (2)
1493bool isSspiAllocated = (inFlags & ContextFlags.AllocateMemory) != 0 ? true : false; 1818bool isSspiAllocated = (inFlags & ContextFlags.AllocateMemory) != 0 ? true : false;
net\System\Net\_SecureChannel.cs (1)
39ContextFlags.AllocateMemory;