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)
64
if (!string.IsNullOrEmpty(uri.
UserInfo
))
Microsoft.DotNet.Build.Manifest (2)
BuildModelFactory.cs (2)
226
if (!string.IsNullOrEmpty(parsedUri.
UserInfo
))
228
repoUri = repoUri.Replace($"{parsedUri.
UserInfo
}@", string.Empty);
System.Private.Uri (1)
System\UriBuilder.cs (1)
288
string userInfo = _uri.
UserInfo
;