1 instantiation of PnrpInfoNative
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1395PnrpInfoNative nativeInfo = new PnrpInfoNative();
3 references to PnrpInfoNative
System.ServiceModel (3)
System\ServiceModel\Channels\PnrpPeerResolver.cs (3)
1195public static void ToPnrpInfoNative(PnrpInfo source, ref PnrpInfoNative target) 1385int blobSize = Marshal.SizeOf(typeof(PnrpInfoNative)); 1395PnrpInfoNative nativeInfo = new PnrpInfoNative();