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