1 write to _dynamicILInfo
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
152_dynamicILInfo = new DynamicILInfo(this, methodSignature);
4 references to _dynamicILInfo
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (4)
73if (_dynamicILInfo != null) 74_dynamicILInfo.GetCallableMethod((RuntimeModule)_module, this); 148if (_dynamicILInfo == null) 154return _dynamicILInfo;