8 references to UserInfo
Aspire.Hosting.Nats.Tests (1)
NatsFunctionalTests.cs (1)
132? connectionString!.Replace(new Uri(connectionString).UserInfo, null)
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
64if (!string.IsNullOrEmpty(uri.UserInfo))
Microsoft.DotNet.Build.Tasks.Feed (2)
src\BuildModelFactory.cs (2)
278if (!string.IsNullOrEmpty(parsedUri.UserInfo)) 280repoUri = repoUri.Replace($"{parsedUri.UserInfo}@", string.Empty);
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (2)
45httpCred = GetCredentialsFromString(httpProxy.UserInfo); 49httpsCred = GetCredentialsFromString(httpsProxy.UserInfo);
System.Net.Requests (1)
System\Net\FtpWebRequest.cs (1)
502if (_uri.UserInfo is { Length: > 0 } userInfo)
System.Private.Uri (1)
System\UriBuilder.cs (1)
288string userInfo = _uri.UserInfo;