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)
32return PInvokeILEmitter.EmitIL(method, _pInvokeILEmitterConfiguration, _interopStateManager); 42bool directCall = _pInvokeILEmitterConfiguration.GenerateDirectCall(method, out string externName);