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