2 references to RefKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
1664
if (refKeyword != this.
RefKeyword
|| readOnlyKeyword != this.ReadOnlyKeyword || type != this.Type)
27979
=> node.Update((SyntaxToken)Visit(node.
RefKeyword
), (SyntaxToken)Visit(node.ReadOnlyKeyword), (TypeSyntax)Visit(node.Type));