2 overrides of GCDescSize
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\CanonicalDefinitionEETypeNode.cs (1)
22
protected override int
GCDescSize
=> 0;
Compiler\DependencyAnalysis\ConstructedEETypeNode.cs (1)
90
protected override int
GCDescSize
=> GCDescEncoder.GetGCDescSize(_type);
2 references to GCDescSize
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
238
int ISymbolDefinitionNode.Offset =>
GCDescSize
;
751
Debug.Assert(
GCDescSize
== 0);