9 references to MakeRefExpression
Microsoft.CodeAnalysis.CSharp (6)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
29544return new MakeRefExpressionSyntax(SyntaxKind.MakeRefExpression, keyword, openParenToken, expression, closeParenToken, this.context); 34971return new MakeRefExpressionSyntax(SyntaxKind.MakeRefExpression, keyword, openParenToken, expression, closeParenToken);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2079/// <item><description><see cref="SyntaxKind.MakeRefExpression"/></description></item>
Binder\Binder_Expressions.cs (1)
812case SyntaxKind.MakeRefExpression:
Parser\LanguageParser.cs (1)
11335case SyntaxKind.MakeRefExpression:
Syntax\SyntaxKindFacts.cs (1)
570return SyntaxKind.MakeRefExpression;
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
254case SyntaxKind.MakeRefExpression:
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
254case SyntaxKind.MakeRefExpression:
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\FormattingHelpers.cs (1)
254case SyntaxKind.MakeRefExpression: