Base:
property
RepresentsIndirectionCell
ILCompiler.DependencyAnalysis.EmbeddedObjectNode.RepresentsIndirectionCell
Implemented interface member:
property
RepresentsIndirectionCell
ILCompiler.DependencyAnalysis.ISymbolNode.RepresentsIndirectionCell
1 override of RepresentsIndirectionCell
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\StringImport.cs (1)
27
public override bool
RepresentsIndirectionCell
=> true;
1 reference to RepresentsIndirectionCell
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2946
Debug.Assert(typeHandleImport.
RepresentsIndirectionCell
);