3 references to PinnedObjectsArray
System (3)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (3)
119
if (m_Cache.
PinnedObjectsArray
== null)
134
if (objectsToPinArray != null && objectsToPinArray.Length == m_Cache.
PinnedObjectsArray
.Length)
139
if (objectsToPinArray[i] != m_Cache.
PinnedObjectsArray
[i])