1 write to m_AppDomainId
mscorlib (1)
system\threading\overlapped.cs (1)
187
m_AppDomainId
= 0;
2 references to m_AppDomainId
mscorlib (2)
system\threading\overlapped.cs (2)
186
Contract.Assert(
m_AppDomainId
== 0 ||
m_AppDomainId
== AppDomain.CurrentDomain.Id, "OverlappedData is not in the current domain");