1 write to _interopStateManager
ILCompiler.Compiler (1)
Compiler\CompilerGeneratedInteropStubManager.cs (1)
23
_interopStateManager
= interopStateManager;
5 references to _interopStateManager
ILCompiler.Compiler (5)
Compiler\CompilerGeneratedInteropStubManager.cs (3)
29
return new PInvokeILProvider(_pInvokeILEmitterConfiguration,
_interopStateManager
);
34
var delegateMapNode = new DelegateMarshallingStubMapNode(commonFixupsTableNode,
_interopStateManager
);
37
var structMapNode = new StructMarshallingStubMapNode(commonFixupsTableNode,
_interopStateManager
);
Compiler\DependencyAnalysis\DelegateMarshallingDataNode.cs (1)
31
InteropStateManager stateManager = ((CompilerGeneratedInteropStubManager)factory.InteropStubManager).
_interopStateManager
;
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (1)
29
InteropStateManager stateManager = ((CompilerGeneratedInteropStubManager)factory.InteropStubManager).
_interopStateManager
;