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