4 instantiations of TypeDelegator
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
30/// <see cref="System.Reflection.TypeDelegator()"/>
illink (1)
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
30/// <see cref="System.Reflection.TypeDelegator()"/>
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\IntrospectionExtensions.cs (1)
19return new TypeDelegator(type);
3 references to TypeDelegator
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
500[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeDelegator))]
netstandard (1)
netstandard.cs (1)
1468[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeDelegator))]
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
520[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeDelegator))]