16 references to ScanType
Microsoft.CodeAnalysis.CSharp (16)
Parser\LanguageParser.cs (15)
1593
if (
ScanType
() != ScanTypeFlags.NotType)
1725
if (this.
ScanType
() == ScanTypeFlags.NotType)
8677
ScanTypeFlags st = this.
ScanType
();
9063
ScanTypeFlags st = this.
ScanType
();
9634
this.
ScanType
() != ScanTypeFlags.NotType &&
9709
isDeclaration =
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken;
9721
this.
ScanType
() != ScanTypeFlags.NotType &&
9912
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
10441
st = this.
ScanType
();
10674
return
ScanType
() is not ScanTypeFlags.NotType && isValidScopedTypeCase();
10918
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
12852
this.
ScanType
() == ScanTypeFlags.NotType)
12991
var type = this.
ScanType
(forPattern);
13210
var st =
ScanType
();
14197
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;