1 instantiation of CreateContactAsyncState
System.Net (1)
net\PeerToPeer\Collaboration\ContactManager.cs (1)
1546
ThreadPool.QueueUserWorkItem(new WaitCallback(CreateContactAsyncHelper), new
CreateContactAsyncState
(peerNearMe, userToken));
2 references to CreateContactAsyncState
System.Net (2)
net\PeerToPeer\Collaboration\ContactManager.cs (2)
1559
CreateContactAsyncState
createAsyncState = state as
CreateContactAsyncState
;