Base:
12 references to ToString
dotnet-svcutil-lib (12)
CodeDomFixup\MethodCreationHelper.cs (3)
56string endpointAddress = endpoint?.Address?.ToString(); 601new CodePrimitiveExpression(wsFedHttp.Security.Message.IssuerAddress.ToString()))))); 805new CodePrimitiveExpression(ws2007FedHttp.Security.Message.IssuerAddress.ToString())))));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
68RemoteAddress != null ? RemoteAddress.ToString() : string.Empty);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (5)
100RemoteAddress != null ? RemoteAddress.ToString() : string.Empty); 119RemoteAddress != null ? RemoteAddress.ToString() : string.Empty); 133RemoteAddress != null ? RemoteAddress.ToString() : string.Empty); 199RemoteAddress != null ? RemoteAddress.ToString() : string.Empty); 291RemoteAddress != null ? RemoteAddress.ToString() : string.Empty);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
440address.ToString(), MetadataExchangeClientMode.MetadataExchange.ToString());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
598sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerAddress: {0}", _issuerAddress == null ? "null" : _issuerAddress.ToString())); 599sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerMetadataAddress: {0}", _issuerMetadataAddress == null ? "null" : _issuerMetadataAddress.ToString()));