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)
742if (_compilationModuleGroup.ShouldPromoteToFullType(type)) 772if (_compilationModuleGroup.ShouldPromoteToFullType(type))