1 implementation of RefExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
116
public int?
RefExpression
=> (int)SyntaxKind.RefExpression;
1 reference to RefExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
869
=> node?.RawKind == syntaxFacts.SyntaxKinds.
RefExpression
;