38 references to NotType
Microsoft.CodeAnalysis.CSharp (38)
Parser\LanguageParser_Patterns.cs (1)
506return ScanType(forPattern: true) != ScanTypeFlags.NotType;
Parser\LanguageParser.cs (37)
1504return this.ScanType() != ScanTypeFlags.NotType && IsPossibleMemberName(); 1607if (ScanType() != ScanTypeFlags.NotType) 1741if (this.ScanType() == ScanTypeFlags.NotType) 6287if (possibleTypeArgumentFlags == ScanTypeFlags.NotType) 6415return ScanTypeFlags.NotType; 6436case ScanTypeFlags.NotType: 6438return ScanTypeFlags.NotType; 6553return ScanTypeFlags.NotType; 7204return ScanTypeFlags.NotType; 7258if (result == ScanTypeFlags.NotType) 7260return ScanTypeFlags.NotType; 7279if (result == ScanTypeFlags.NotType) 7281return ScanTypeFlags.NotType; 7303if (result == ScanTypeFlags.NotType || mode == ParseTypeMode.DefinitePattern && this.CurrentToken.Kind != SyntaxKind.OpenBracketToken) 7306return ScanTypeFlags.NotType; 7317return ScanTypeFlags.NotType; 7372return ScanTypeFlags.NotType; 7395if (tupleElementType != ScanTypeFlags.NotType) 7409if (tupleElementType == ScanTypeFlags.NotType) 7412return ScanTypeFlags.NotType; 7432return ScanTypeFlags.NotType; 8647if (st == ScanTypeFlags.NotType) 9025return !IsPossibleMemberName() || st == ScanTypeFlags.NotType; 9594this.ScanType() != ScanTypeFlags.NotType && 9669isDeclaration = ScanType() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken; 9681this.ScanType() != ScanTypeFlags.NotType && 9872if (ScanType() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken) 9905if (ScanType(mode, out lastTokenOfType) == ScanTypeFlags.NotType) 10388st = ScanTypeFlags.NotType; 10472bool condition2 = st != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken; 10634return ScanType() is not ScanTypeFlags.NotType && isValidScopedTypeCase(); 10878if (ScanType() != ScanTypeFlags.NotType && this.CurrentToken.Kind == SyntaxKind.IdentifierToken) 12812this.ScanType() == ScanTypeFlags.NotType) 12952if (type == ScanTypeFlags.NotType) 13171if (st == ScanTypeFlags.NotType || this.CurrentToken.Kind != SyntaxKind.OpenParenToken) 13463if (scanTypeFlags != ScanTypeFlags.NotType) 14157return this.ScanType() != ScanTypeFlags.NotType && this.CurrentToken.Kind is SyntaxKind.IdentifierToken or SyntaxKind.InKeyword;