16 references to ScanType
Microsoft.CodeAnalysis.CSharp (16)
Parser\LanguageParser.cs (15)
1548
if (
ScanType
() != ScanTypeFlags.NotType)
1668
if (this.
ScanType
() == ScanTypeFlags.NotType)
8567
ScanTypeFlags st = this.
ScanType
();
8953
ScanTypeFlags st = this.
ScanType
();
9522
this.
ScanType
() != ScanTypeFlags.NotType &&
9597
isDeclaration =
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken;
9609
this.
ScanType
() != ScanTypeFlags.NotType &&
9800
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
10329
st = this.
ScanType
();
10562
return
ScanType
() is not ScanTypeFlags.NotType && isValidScopedTypeCase();
10806
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
12723
this.
ScanType
() == ScanTypeFlags.NotType)
12862
var type = this.
ScanType
(forPattern);
13081
var st =
ScanType
();
14068
return this.
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind is SyntaxKind.IdentifierToken or SyntaxKind.InKeyword;
Parser\LanguageParser_Patterns.cs (1)
506
return
ScanType
(forPattern: true) != ScanTypeFlags.NotType;