5 references to SealedVTable
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\EETypeNode.cs (3)
617
dependencies.Add(new DependencyListEntry(factory.
SealedVTable
(_type.ConvertToCanonForm(CanonicalFormKind.Specific)), "Sealed Vtable"));
774
SealedVTableNode sealedVTable = factory.
SealedVTable
(_type.ConvertToCanonForm(CanonicalFormKind.Specific));
1117
SealedVTableNode sealedVTable = factory.
SealedVTable
(_type.ConvertToCanonForm(CanonicalFormKind.Specific));
Compiler\VirtualMethodCallHelper.cs (2)
17
SealedVTableNode sealedVTable = factory.
SealedVTable
(implType);
46
SealedVTableNode sealedVTable = factory.
SealedVTable
(implType);