3 references to PinnedObjects
System (3)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (3)
113
if (objectsToPin == null && m_Cache.
PinnedObjects
== null)
117
else if (m_Cache.
PinnedObjects
!= null)
121
if (objectsToPin == m_Cache.
PinnedObjects
)