7 references to UriCreationOptions
System.Private.Uri (6)
System\Uri.cs (2)
418
/// Initializes a new instance of the <see cref="Uri"/> class with the specified URI and additional <see cref="
UriCreationOptions
"/>.
422
public Uri([StringSyntax(StringSyntaxAttribute.Uri)] string uriString, in
UriCreationOptions
creationOptions)
System\UriExt.cs (4)
20
private void CreateThis(string? uri, bool dontEscape, UriKind uriKind, in
UriCreationOptions
creationOptions = default)
284
/// Creates a new <see cref="Uri"/> using the specified <see cref="string"/> instance and <see cref="
UriCreationOptions
"/>.
290
public static bool TryCreate([NotNullWhen(true), StringSyntax(StringSyntaxAttribute.Uri)] string? uriString, in
UriCreationOptions
creationOptions, [NotNullWhen(true)] out Uri? result)
754
internal static Uri? CreateHelper(string uriString, bool dontEscape, UriKind uriKind, ref UriFormatException? e, in
UriCreationOptions
creationOptions = default)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
856
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
UriCreationOptions
))]