1 instantiation of DynamicILInfo
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
165_dynamicILInfo = new DynamicILInfo(this, methodSignature);
6 references to DynamicILInfo
mscorlib (1)
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 (3)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
594internal DynamicResolver(DynamicILInfo dynamicILInfo)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (2)
22private DynamicILInfo? _dynamicILInfo; 159public DynamicILInfo GetDynamicILInfo()
System.Reflection.Emit.Lightweight (1)
artifacts\obj\System.Reflection.Emit.Lightweight\Debug\net9.0\System.Reflection.Emit.Lightweight.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicILInfo))]