5 references to CreateHelper
System.Private.Uri (5)
System\UriExt.cs (5)
225result = CreateHelper(uriString, false, uriKind);
238result = CreateHelper(uriString, false, UriKind.Absolute, in creationOptions);
284result ??= CreateHelper(newUriString!, dontEscape, UriKind.Absolute);
629/// <summary>Must never be used except by <see cref="CreateHelper(string?, bool, UriKind, in UriCreationOptions)"/>.</summary>
866uriLink = CreateHelper(newUriString!, dontEscape, UriKind.Absolute)!;