9 references to Not
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (1)
Legacy\CSharpTokenizerOperatorsTest.cs (1)
222
TestSingleToken("!", SyntaxKind.
Not
);
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Legacy\CSharpTokenizerOperatorsTest.cs (1)
220
TestSingleToken("!", SyntaxKind.
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
,