13 references to IsWellFormedUriString
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
31if (Uri.IsWellFormedUriString(path, UriKind.Absolute) || path == String.Empty)
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
278if (!Uri.IsWellFormedUriString(redirectUri, UriKind.Absolute)) 525if (!Uri.IsWellFormedUriString(redirectUri, UriKind.Absolute))
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (2)
137if (!Uri.IsWellFormedUriString(redirectUri, UriKind.Absolute)) 458if (!Uri.IsWellFormedUriString(redirectUri, UriKind.Absolute))
Microsoft.ML.Core (1)
Utilities\Stream.cs (1)
985if (Uri.IsWellFormedUriString(file, UriKind.Absolute))
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
876if (!Uri.IsWellFormedUriString(xmlNamespace, UriKind.RelativeOrAbsolute))
System\Windows\Documents\RtfToXamlReader.cs (1)
8333if (!Uri.IsWellFormedUriString(pictureUri, UriKind.Absolute))
ReachFramework (1)
PrintConfig\FallbackPTProvider.cs (1)
389if (!Uri.IsWellFormedUriString(deviceNamepace, UriKind.Absolute))
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientConfigPaths.cs (1)
90if (Uri.IsWellFormedUriString(externalConfigPath, UriKind.Absolute))
System.Net.HttpListener (1)
System\Net\ServiceNameStore.cs (1)
220if (Uri.IsWellFormedUriString(uriPrefix, UriKind.Absolute))
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\Replacements\TypeUriConverter.cs (2)
66if (Uri.IsWellFormedUriString(uriString, UriKind.Absolute)) 71if (Uri.IsWellFormedUriString(uriString, UriKind.Relative))