1 write to m_pinSelf
mscorlib (1)
system\threading\overlapped.cs (1)
184m_pinSelf = (IntPtr)0;
3 references to m_pinSelf
mscorlib (3)
system\threading\overlapped.cs (3)
183Contract.Assert(m_pinSelf.IsNull(), "OverlappedData has not been freed: m_pinSelf"); 200if (!m_pinSelf.IsNull()) { 235if (!m_pinSelf.IsNull()) {