4 references to DynamicILInfo
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
431[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicILInfo))]
netstandard (1)
netstandard.cs (1)
1399[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicILInfo))]
System.Private.CoreLib (1)
System\Reflection\Emit\DynamicMethod.cs (1)
157public DynamicILInfo GetDynamicILInfo()
System.Reflection.Emit.Lightweight (1)
src\runtime\artifacts\obj\System.Reflection.Emit.Lightweight\Release\net11.0\System.Reflection.Emit.Lightweight.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicILInfo))]