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