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