19 references to RuntimeReflectionExtensions
ILCompiler.Compiler (5)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (5)
336
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetMethodInfo(System.Delegate)"/>
340
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeEvent(System.Type, string)"/>
344
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeField(System.Type, string)"/>
348
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeMethod(System.Type, string, System.Type[])"/>
352
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeProperty(System.Type, string)"/>
illink (5)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (5)
336
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetMethodInfo(System.Delegate)"/>
340
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeEvent(System.Type, string)"/>
344
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeField(System.Type, string)"/>
348
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeMethod(System.Type, string, System.Type[])"/>
352
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeProperty(System.Type, string)"/>
ILLink.RoslynAnalyzer (5)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (5)
336
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetMethodInfo(System.Delegate)"/>
340
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeEvent(System.Type, string)"/>
344
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeField(System.Type, string)"/>
348
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeMethod(System.Type, string, System.Type[])"/>
352
/// <see cref="System.Reflection.
RuntimeReflectionExtensions
.GetRuntimeProperty(System.Type, string)"/>
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
494
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
RuntimeReflectionExtensions
))]
netstandard (1)
netstandard.cs (1)
1462
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
RuntimeReflectionExtensions
))]
System.Reflection.Extensions (1)
System.Reflection.Extensions.cs (1)
6
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
RuntimeReflectionExtensions
))]
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
514
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
RuntimeReflectionExtensions
))]