Implemented interface member:
property
TypeMapGroup
ILCompiler.DependencyAnalysis.IProxyTypeMapNode.TypeMapGroup
1 write to TypeMapGroup
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ProxyTypeMapNode.cs (1)
23TypeMapGroup = typeMapGroup;
5 references to TypeMapGroup
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ProxyTypeMapNode.cs (5)
39public override int CompareToImpl(ISortableNode other, CompilerComparer comparer) => comparer.Compare(TypeMapGroup, ((ProxyTypeMapNode)other).TypeMapGroup); 65protected override string GetName(NodeFactory context) => $"Proxy type map: {TypeMapGroup}"; 94Vertex typeMapGroupVertex = externalReferences.EncodeReferenceToType(writer, TypeMapGroup); 101TypeMapGroup,