16 references to ScanType
Microsoft.CodeAnalysis.CSharp (16)
Parser\LanguageParser.cs (15)
1593
if (
ScanType
() != ScanTypeFlags.NotType)
1725
if (this.
ScanType
() == ScanTypeFlags.NotType)
8656
ScanTypeFlags st = this.
ScanType
();
9042
ScanTypeFlags st = this.
ScanType
();
9611
this.
ScanType
() != ScanTypeFlags.NotType &&
9686
isDeclaration =
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken;
9698
this.
ScanType
() != ScanTypeFlags.NotType &&
9889
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
10418
st = this.
ScanType
();
10651
return
ScanType
() is not ScanTypeFlags.NotType && isValidScopedTypeCase();
10895
if (
ScanType
() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken)
12816
this.
ScanType
() == ScanTypeFlags.NotType)
12955
var type = this.
ScanType
(forPattern);
13174
var st =
ScanType
();
14161
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;