1 write to m_isSubscribeLock
System.Net (1)
net\PeerToPeer\Collaboration\PeerContact.cs (1)
186
Interlocked.CompareExchange(ref
m_isSubscribeLock
, o, null);
2 references to m_isSubscribeLock
System.Net (2)
net\PeerToPeer\Collaboration\PeerContact.cs (2)
184
if (
m_isSubscribeLock
== null){
188
return
m_isSubscribeLock
;