2 implementations of RefExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxKinds.cs (1)
101public int? RefExpression => (int)SyntaxKind.RefExpression;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
104Public ReadOnly Property RefExpression As Integer? Implements ISyntaxKinds.RefExpression
2 references to RefExpression
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
104Public ReadOnly Property RefExpression As Integer? Implements ISyntaxKinds.RefExpression
Microsoft.CodeAnalysis.Workspaces (1)
ISyntaxFactsExtensions.cs (1)
834=> node?.RawKind == syntaxFacts.SyntaxKinds.RefExpression;