2 references to StackAllocKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
6416
if (stackAllocKeyword != this.
StackAllocKeyword
|| type != this.Type || initializer != this.Initializer)
28126
=> node.Update((SyntaxToken)Visit(node.
StackAllocKeyword
), (TypeSyntax)Visit(node.Type), (InitializerExpressionSyntax)Visit(node.Initializer));