3 overrides of ShouldPromoteToFullType
ILCompiler.Compiler (3)
Compiler\MultiFileCompilationModuleGroup.cs (1)
98public override bool ShouldPromoteToFullType(TypeDesc type)
Compiler\SingleFileCompilationModuleGroup.cs (1)
51public override bool ShouldPromoteToFullType(TypeDesc type)
Compiler\SingleMethodCompilationModuleGroup.cs (1)
62public override bool ShouldPromoteToFullType(TypeDesc type)
2 references to ShouldPromoteToFullType
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
749if (_compilationModuleGroup.ShouldPromoteToFullType(type)) 779if (_compilationModuleGroup.ShouldPromoteToFullType(type))