3 references to Tilde
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
79Tilde = 1 << UnaOpKind.Tilde,
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
1098uok = UnaOpKind.Tilde; 1321if (unaryOpKind == UnaOpKind.Tilde)