4 references to CreateHelper
System.Private.Uri (4)
System\UriExt.cs (4)
278result = CreateHelper(uriString, false, uriKind, ref e); 298result = CreateHelper(uriString, false, UriKind.Absolute, ref e, in creationOptions); 345result ??= CreateHelper(newUriString!, dontEscape, UriKind.Absolute, ref e); 1021uriLink = CreateHelper(newUriString!, dontEscape, UriKind.Absolute, ref e)!;