1 write to Scope
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1842resultCloudInfo.Scope = prnpCloudInfo.Cloud.Scope;
6 references to Scope
System.ServiceModel (6)
System\ServiceModel\Channels\PnrpPeerResolver.cs (6)
150if (cloud.Scope == UnsafePnrpNativeMethods.PnrpScope.Global) 155else if (cloud.Scope == UnsafePnrpNativeMethods.PnrpScope.LinkLocal) 162else if (cloud.Scope == UnsafePnrpNativeMethods.PnrpScope.SiteLocal) 182if (cloud.Scope == UnsafePnrpNativeMethods.PnrpScope.Global) 187if (cloud.Scope == UnsafePnrpNativeMethods.PnrpScope.LinkLocal) 193else if (cloud.Scope == UnsafePnrpNativeMethods.PnrpScope.SiteLocal)