16 references to ScanType
Microsoft.CodeAnalysis.CSharp (16)
Parser\LanguageParser.cs (15)
1574
if (
ScanType
() != ScanTypeFlags.NotType)
1706
if (this.
ScanType
() == ScanTypeFlags.NotType)
8623
ScanTypeFlags st = this.
ScanType
();
9009
ScanTypeFlags st = this.
ScanType
();
9578
this.
ScanType
() != ScanTypeFlags.NotType &&
9653
isDeclaration =
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken;
9665
this.
ScanType
() != ScanTypeFlags.NotType &&
9856
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
10385
st = this.
ScanType
();
10618
return
ScanType
() is not ScanTypeFlags.NotType && isValidScopedTypeCase();
10862
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
12779
this.
ScanType
() == ScanTypeFlags.NotType)
12918
var type = this.
ScanType
(forPattern);
13137
var st =
ScanType
();
14124
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;