Base:
35 references to ToString
Aspire.Dashboard (2)
Aspire.StackExchange.Redis (1)
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.HttpLogging (2)
Microsoft.AspNetCore.Owin (4)
OwinEnvironment.cs (2)
437{ OwinConstants.CommonKeys.LocalIpAddress, new FeatureMap<IHttpConnectionFeature>(feature => feature.LocalIpAddress.ToString(), (feature, value) => feature.LocalIpAddress = IPAddress.Parse(Convert.ToString(value, CultureInfo.InvariantCulture))) },
438{ OwinConstants.CommonKeys.RemoteIpAddress, new FeatureMap<IHttpConnectionFeature>(feature => feature.RemoteIpAddress.ToString(), (feature, value) => feature.RemoteIpAddress = IPAddress.Parse(Convert.ToString(value, CultureInfo.InvariantCulture))) },
Microsoft.AspNetCore.Rewrite (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.Extensions.ServiceDiscovery (1)
Microsoft.Gen.Logging.Generated.Tests (1)
Microsoft.NET.Sdk.Publish.Tasks (2)
System.DirectoryServices (2)
System.Net.Http (3)
System.Net.NameResolution (4)
System.Net.Ping (1)
System.Net.Primitives (2)
System.Net.Quic (1)
System.Net.Requests (1)
System.Net.Sockets (1)
System.ServiceModel.NetTcp (1)