2 overrides of IsReflectionVisible
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ConstructedEETypeNode.cs (1)
25
protected override bool
IsReflectionVisible
=> true;
Compiler\DependencyAnalysis\MetadataEETypeNode.cs (1)
18
protected override bool
IsReflectionVisible
=> true;
4 references to IsReflectionVisible
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\EETypeNode.cs (4)
279
if (
IsReflectionVisible
&& _hasConditionalDependenciesFromMetadataManager)
319
if (
IsReflectionVisible
)
1135
IEETypeNode typeDefNode =
IsReflectionVisible
?
1144
if (
IsReflectionVisible