1 instantiation of CriticalAllocHandleString
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1429CriticalAllocHandleString result = new CriticalAllocHandleString();
4 references to CriticalAllocHandleString
System.ServiceModel (4)
System\ServiceModel\Channels\PnrpPeerResolver.cs (4)
1354result.lpszServiceInstanceName = CriticalAllocHandleString.FromString(input.ServiceInstanceName); 1356result.lpszComment = CriticalAllocHandleString.FromString(input.Comment); 1359result.lpszContext = CriticalAllocHandleString.FromString(input.Context); 1429CriticalAllocHandleString result = new CriticalAllocHandleString();