9 references to UriCreationOptions
System.Private.Uri (8)
System\Uri.cs (2)
472
/// Initializes a new instance of the <see cref="Uri"/> class with the specified URI and additional <see cref="
UriCreationOptions
"/>.
476
public Uri([StringSyntax(StringSyntaxAttribute.Uri)] string uriString, in
UriCreationOptions
creationOptions)
System\UriExt.cs (6)
18
private void CreateThis(string? uri, bool dontEscape, UriKind uriKind, in
UriCreationOptions
creationOptions = default)
30
private UriFormatException? TryCreateThis(string? uri, bool dontEscape, UriKind uriKind, in
UriCreationOptions
creationOptions = default)
230
/// Creates a new <see cref="Uri"/> using the specified <see cref="string"/> instance and <see cref="
UriCreationOptions
"/>.
236
public static bool TryCreate([NotNullWhen(true), StringSyntax(StringSyntaxAttribute.Uri)] string? uriString, in
UriCreationOptions
creationOptions, [NotNullWhen(true)] out Uri? result)
635
/// <summary>Must never be used except by <see cref="CreateHelper(string?, bool, UriKind, in
UriCreationOptions
)"/>.</summary>
640
internal static Uri? CreateHelper(string? uriString, bool dontEscape, UriKind uriKind, in
UriCreationOptions
creationOptions = default)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
886
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
UriCreationOptions
))]