3 references to Ampersand
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (2)
44
new OperatorInfo(TokenKind.
Ampersand
, PredefinedName.PN_OPBITWISEAND, ExpressionKind.BitwiseAnd ),
76
new OperatorInfo(TokenKind.
Ampersand
, PredefinedName.PN_COUNT, ExpressionKind.ExpressionKindCount ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
46
TokenKind.
Ampersand
=> "&",