Base:
method
ShouldProduceFullVTable
ILCompiler.CompilationModuleGroup.ShouldProduceFullVTable(Internal.TypeSystem.TypeDesc)
2 references to ShouldProduceFullVTable
ILCompiler.Compiler (2)
Compiler\MultiFileCompilationModuleGroup.cs (2)
100
return
ShouldProduceFullVTable
(type);
105
return (type.HasInstantiation || type.IsArray) &&
ShouldProduceFullVTable
(type) &&