1 implementation of AddressOfExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
93
public int
AddressOfExpression
=> (int)SyntaxKind.AddressOfExpression;
1 reference to AddressOfExpression
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (1)
439
if (syntaxKinds.
AddressOfExpression
== SimpleNameOrMemberAccessExpressionOpt.Parent?.RawKind)