4 references to CreateHelper
System.Private.Uri (4)
System\UriExt.cs (4)
274result = CreateHelper(uriString, false, uriKind, ref e); 294result = CreateHelper(uriString, false, UriKind.Absolute, ref e, in creationOptions); 341result ??= CreateHelper(newUriString!, dontEscape, UriKind.Absolute, ref e); 1017uriLink = CreateHelper(newUriString!, dontEscape, UriKind.Absolute, ref e)!;