10 references to MakeRefExpression
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
780
case SyntaxKind.
MakeRefExpression
:
Parser\LanguageParser.cs (1)
10980
case SyntaxKind.
MakeRefExpression
:
Syntax.xml.Internal.Generated.cs (2)
29199
return new MakeRefExpressionSyntax(SyntaxKind.
MakeRefExpression
, keyword, openParenToken, expression, closeParenToken, this.context);
34566
return new MakeRefExpressionSyntax(SyntaxKind.
MakeRefExpression
, keyword, openParenToken, expression, closeParenToken);
Syntax.xml.Syntax.Generated.cs (1)
2079
/// <item><description><see cref="SyntaxKind.
MakeRefExpression
"/></description></item>
Syntax\SyntaxKindFacts.cs (1)
569
return SyntaxKind.
MakeRefExpression
;
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
251
case SyntaxKind.
MakeRefExpression
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\ExpressionParsingTests.cs (1)
822
case SyntaxKind.
MakeRefExpression
:
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
251
case SyntaxKind.
MakeRefExpression
:
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
251
case SyntaxKind.
MakeRefExpression
: