2 writes to callingConventions
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
716var red = GetRed(ref this.callingConventions, 1); 724internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.callingConventions, 1)! : null;
1 reference to callingConventions
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
726internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.callingConventions : null;