2 instantiations of GenericUriParser
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1799UriParser.Register(new GenericUriParser(GenericUriParserOptions.GenericAuthority), URISCHEME_PACK, -1);
System.IO.Packaging (1)
System\IO\Packaging\PackUriHelper.PackUriScheme.cs (1)
240UriParser.Register(new GenericUriParser(GenericUriParserOptions.GenericAuthority), UriSchemePack, -1);
4 references to GenericUriParser
netstandard (1)
netstandard.cs (1)
814[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GenericUriParser))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
553[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GenericUriParser))]
System.Private.Uri (1)
System\UriSyntax.cs (1)
234if (type == typeof(GenericUriParser)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
215[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GenericUriParser))]