2 references to Bang
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
64new OperatorInfo(TokenKind.Bang, PredefinedName.PN_OPNEGATION, ExpressionKind.LogicalNot ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
61TokenKind.Bang => "!",