1 instantiation of StructMarshallingStubMapNode
ILCompiler.Compiler (1)
Compiler\CompilerGeneratedInteropStubManager.cs (1)
37
var structMapNode = new
StructMarshallingStubMapNode
(commonFixupsTableNode, _interopStateManager);
2 references to StructMarshallingStubMapNode
ILCompiler.Compiler (2)
Compiler\CompilerGeneratedInteropStubManager.cs (1)
37
var
structMapNode = new StructMarshallingStubMapNode(commonFixupsTableNode, _interopStateManager);
Compiler\DependencyAnalysis\StructMarshallingDataNode.cs (1)
14
/// Represents an entry in the <see cref="
StructMarshallingStubMapNode
"/> table.