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