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