3 overrides of ShouldProduceFullVTable
ILCompiler.Compiler (3)
Compiler\MultiFileCompilationModuleGroup.cs (1)
93public override bool ShouldProduceFullVTable(TypeDesc type)
Compiler\SingleFileCompilationModuleGroup.cs (1)
46public override bool ShouldProduceFullVTable(TypeDesc type)
Compiler\SingleMethodCompilationModuleGroup.cs (1)
57public override bool ShouldProduceFullVTable(TypeDesc type)
1 reference to ShouldProduceFullVTable
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1039if (_factory.CompilationModuleGroup.ShouldProduceFullVTable(key))