1 write to Name
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1841resultCloudInfo.Name = resultQuerySet.ServiceInstanceName;
8 references to Name
System.ServiceModel (8)
System\ServiceModel\Channels\PnrpPeerResolver.cs (8)
157Fx.Assert(!String.IsNullOrEmpty(cloud.Name), "Unknown scope id in the IPAddress"); 158LinkCloudNames.Add(cloud.ScopeId, cloud.Name); 164Fx.Assert(!String.IsNullOrEmpty(cloud.Name), "Unknown scope id in the IPAddress"); 165SiteCloudNames.Add(cloud.ScopeId, cloud.Name); 189Fx.Assert(!String.IsNullOrEmpty(cloud.Name), "Unknown scope id in the IPAddress"); 190LinkCloudNames.Add(cloud.ScopeId, cloud.Name); 195Fx.Assert(!String.IsNullOrEmpty(cloud.Name), "Unknown scope id in the IPAddress"); 196SiteCloudNames.Add(cloud.ScopeId, cloud.Name);