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