2 instantiations of DnsEndpointIdentity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (2)
58return new DnsEndpointIdentity(dnsName); 130readIdentity = new DnsEndpointIdentity(reader.ReadElementString());
1 reference to DnsEndpointIdentity
dotnet-svcutil-lib (1)
CodeDomFixup\MethodCreationHelper.cs (1)
2140if (identity != null && (identity is DnsEndpointIdentity))