4 references to ERR_RelationalPatternWithNaN
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1650
diagnostics.Add(ErrorCode.
ERR_RelationalPatternWithNaN
, node.Expression.Location);
Errors\ErrorFacts.cs (1)
2055
or ErrorCode.
ERR_RelationalPatternWithNaN
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\PatternMatchingTests3.cs (2)
2670
Diagnostic(ErrorCode.
ERR_RelationalPatternWithNaN
, "(0.0d / 0.0d)").WithLocation(4, 33),
2673
Diagnostic(ErrorCode.
ERR_RelationalPatternWithNaN
, "(0.0f / 0.0f)").WithLocation(5, 33));