1 write to _pInvokeILEmitterConfiguration
ILCompiler.Compiler (1)
IL\Stubs\PInvokeILProvider.cs (1)
22
_pInvokeILEmitterConfiguration
= pInvokeILEmitterConfiguration;
2 references to _pInvokeILEmitterConfiguration
ILCompiler.Compiler (2)
IL\Stubs\PInvokeILProvider.cs (2)
32
return PInvokeILEmitter.EmitIL(method,
_pInvokeILEmitterConfiguration
, _interopStateManager);
42
bool directCall =
_pInvokeILEmitterConfiguration
.GenerateDirectCall(method, out string externName);