10 references to RefTypeExpression
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
777
case SyntaxKind.
RefTypeExpression
:
Parser\LanguageParser.cs (1)
10953
case SyntaxKind.
RefTypeExpression
:
Syntax.xml.Internal.Generated.cs (2)
29214
return new RefTypeExpressionSyntax(SyntaxKind.
RefTypeExpression
, keyword, openParenToken, expression, closeParenToken, this.context);
34581
return new RefTypeExpressionSyntax(SyntaxKind.
RefTypeExpression
, keyword, openParenToken, expression, closeParenToken);
Syntax.xml.Syntax.Generated.cs (1)
2132
/// <item><description><see cref="SyntaxKind.
RefTypeExpression
"/></description></item>
Syntax\SyntaxKindFacts.cs (1)
571
return SyntaxKind.
RefTypeExpression
;
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
255
case SyntaxKind.
RefTypeExpression
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\ExpressionParsingTests.cs (1)
828
case SyntaxKind.
RefTypeExpression
:
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
255
case SyntaxKind.
RefTypeExpression
:
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
255
case SyntaxKind.
RefTypeExpression
: