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