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