16 references to ScanType
Microsoft.CodeAnalysis.CSharp (16)
Parser\LanguageParser.cs (15)
1561
if (
ScanType
() != ScanTypeFlags.NotType)
1693
if (this.
ScanType
() == ScanTypeFlags.NotType)
8610
ScanTypeFlags st = this.
ScanType
();
8996
ScanTypeFlags st = this.
ScanType
();
9565
this.
ScanType
() != ScanTypeFlags.NotType &&
9640
isDeclaration =
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken;
9652
this.
ScanType
() != ScanTypeFlags.NotType &&
9843
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
10372
st = this.
ScanType
();
10605
return
ScanType
() is not ScanTypeFlags.NotType && isValidScopedTypeCase();
10849
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
12766
this.
ScanType
() == ScanTypeFlags.NotType)
12905
var type = this.
ScanType
(forPattern);
13124
var st =
ScanType
();
14111
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;