2 references to IsUnderscore
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (1)
4651
bool wasUnderscore =
IsUnderscore
(node.Right);
Binder\SwitchBinder_Patterns.cs (1)
288
if (pattern is BoundConstantPattern { HasErrors: false } &&
IsUnderscore
(expression))