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