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)
29return new PInvokeILProvider(_pInvokeILEmitterConfiguration, _interopStateManager); 34var delegateMapNode = new DelegateMarshallingStubMapNode(commonFixupsTableNode, _interopStateManager); 37var structMapNode = new StructMarshallingStubMapNode(commonFixupsTableNode, _interopStateManager);
Compiler\DependencyAnalysis\DelegateMarshallingDataNode.cs (1)
31InteropStateManager stateManager = ((CompilerGeneratedInteropStubManager)factory.InteropStubManager)._interopStateManager;
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (1)
29InteropStateManager stateManager = ((CompilerGeneratedInteropStubManager)factory.InteropStubManager)._interopStateManager;