19 references to AmpersandAmpersandToken
Microsoft.CodeAnalysis.CSharp (11)
_generated\0\Syntax.xml.Main.Generated.cs (2)
2810case SyntaxKind.AmpersandAmpersandToken: 2845SyntaxKind.LogicalAndExpression => SyntaxKind.AmpersandAmpersandToken,
_generated\1\Syntax.xml.Internal.Generated.cs (2)
29322case SyntaxKind.AmpersandAmpersandToken: 34749case SyntaxKind.AmpersandAmpersandToken:
Parser\DirectiveParser.cs (1)
791while (this.CurrentToken.Kind == SyntaxKind.AmpersandAmpersandToken)
Parser\LanguageParser.cs (2)
6351case SyntaxKind.AmpersandAmpersandToken: // e.g. `e is A<B> && e` 13236case SyntaxKind.AmpersandAmpersandToken:
Parser\Lexer.cs (2)
581TextWindow.TryAdvance('&') ? SyntaxKind.AmpersandAmpersandToken : SyntaxKind.AmpersandToken; 2630info.Kind = SyntaxKind.AmpersandAmpersandToken;
Syntax\SyntaxKindFacts.cs (2)
687case SyntaxKind.AmpersandAmpersandToken: 1528case SyntaxKind.AmpersandAmpersandToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
375case SyntaxKind.AmpersandAmpersandToken: // overridden bitwise & can be accessed through &&
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
979if (operatorToken.Kind() is SyntaxKind.AmpersandAmpersandToken or
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertLogical\CSharpInvertLogicalCodeRefactoringProvider.cs (1)
26? SyntaxFacts.GetText(SyntaxKind.AmpersandAmpersandToken)
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Classification\ClassificationHelpers.cs (1)
420case SyntaxKind.AmpersandAmpersandToken:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
375case SyntaxKind.AmpersandAmpersandToken: // overridden bitwise & can be accessed through &&
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
979if (operatorToken.Kind() is SyntaxKind.AmpersandAmpersandToken or
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
375case SyntaxKind.AmpersandAmpersandToken: // overridden bitwise & can be accessed through &&
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
979if (operatorToken.Kind() is SyntaxKind.AmpersandAmpersandToken or