3 writes to m_MemoryBlob
System (3)
net\System\Net\HttpListenerRequest.cs (3)
79m_MemoryBlob = null; 87m_MemoryBlob = (UnsafeNclNativeMethods.HttpApi.HTTP_SSL_CLIENT_CERT_INFO*) Marshal.UnsafeAddrOfPinnedArrayElement(m_BackingBuffer, 0); 192m_MemoryBlob = null;
3 references to m_MemoryBlob
System (3)
net\System\Net\HttpListenerRequest.cs (3)
54return m_MemoryBlob; 115asyncResult.m_MemoryBlob, 132UnsafeNclNativeMethods.HttpApi.HTTP_SSL_CLIENT_CERT_INFO* pClientCertInfo = asyncResult.m_MemoryBlob;