7 references to Not
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Legacy\CSharpCodeParser.cs (1)
608
else if (At(SyntaxKind.
Not
) && Context.Options.AllowNullableForgivenessOperator)
Language\Legacy\NativeCSharpLanguageCharacteristics.cs (1)
22
{ SyntaxKind.
Not
, "!" },
Language\Legacy\NativeCSharpTokenizer.cs (2)
122
{ '!', CreateTwoCharOperatorHandler(SyntaxKind.
Not
, '=', SyntaxKind.NotEqual) },
233
case SyntaxKind.
Not
:
Language\Legacy\RoslynCSharpLanguageCharacteristics.cs (1)
22
{ SyntaxKind.
Not
, "!" },
Language\Legacy\RoslynCSharpTokenizer.cs (2)
174
case SyntaxKind.
Not
:
329
(int)CSharpSyntaxKind.ExclamationToken => SyntaxKind.
Not
,