2 types derived from CompilerGeneratedInteropStubManager
ILCompiler.Compiler (2)
Compiler\AnalysisBasedInteropStubManager.cs (1)
18public class AnalysisBasedInteropStubManager : CompilerGeneratedInteropStubManager
Compiler\UsageBasedInteropStubManager.cs (1)
19public class UsageBasedInteropStubManager : CompilerGeneratedInteropStubManager
2 references to CompilerGeneratedInteropStubManager
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DelegateMarshallingDataNode.cs (1)
31InteropStateManager stateManager = ((CompilerGeneratedInteropStubManager)factory.InteropStubManager)._interopStateManager;
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (1)
29InteropStateManager stateManager = ((CompilerGeneratedInteropStubManager)factory.InteropStubManager)._interopStateManager;