1 instantiation of DynamicILInfo
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
152
_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)
580
internal DynamicResolver(
DynamicILInfo
dynamicILInfo)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (2)
22
private
DynamicILInfo
? _dynamicILInfo;
146
public
DynamicILInfo
GetDynamicILInfo()
System.Reflection.Emit.Lightweight (1)
artifacts\obj\System.Reflection.Emit.Lightweight\Debug\net10.0\System.Reflection.Emit.Lightweight.Forwards.cs (1)
3
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.
DynamicILInfo
))]