4 references to CreateHelper
System.Private.Uri (4)
System\UriExt.cs (4)
273result = CreateHelper(uriString, false, uriKind, ref e);
293result = CreateHelper(uriString, false, UriKind.Absolute, ref e, in creationOptions);
340result ??= CreateHelper(newUriString!, dontEscape, UriKind.Absolute, ref e);
1016uriLink = CreateHelper(newUriString!, dontEscape, UriKind.Absolute, ref e)!;