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