1 instantiation of SealedVTableNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
472
return new
SealedVTableNode
(type);
8 references to SealedVTableNode
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
774
SealedVTableNode
sealedVTable = factory.SealedVTable(_type.ConvertToCanonForm(CanonicalFormKind.Specific));
1117
SealedVTableNode
sealedVTable = factory.SealedVTable(_type.ConvertToCanonForm(CanonicalFormKind.Specific));
Compiler\DependencyAnalysis\NodeFactory.cs (3)
470
_sealedVtableNodes = new NodeCache<TypeDesc,
SealedVTableNode
>((TypeDesc type) =>
955
private NodeCache<TypeDesc,
SealedVTableNode
> _sealedVtableNodes;
957
internal
SealedVTableNode
SealedVTable(TypeDesc type)
Compiler\DependencyAnalysis\SealedVTableNode.cs (1)
294
return comparer.Compare(_type, ((
SealedVTableNode
)other)._type);
Compiler\VirtualMethodCallHelper.cs (2)
17
SealedVTableNode
sealedVTable = factory.SealedVTable(implType);
46
SealedVTableNode
sealedVTable = factory.SealedVTable(implType);