5 references to UserInfo
Aspire.Hosting.Nats.Tests (1)
NatsFunctionalTests.cs (1)
128? 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.Manifest (2)
BuildModelFactory.cs (2)
226if (!string.IsNullOrEmpty(parsedUri.UserInfo)) 228repoUri = repoUri.Replace($"{parsedUri.UserInfo}@", string.Empty);
System.Private.Uri (1)
System\UriBuilder.cs (1)
288string userInfo = _uri.UserInfo;