5 references to WRN_IsAlwaysFalse
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (2)
3305Error(diagnostics, ErrorCode.WRN_IsAlwaysFalse, node, targetType); 3372ErrorCode errorCode = constantValue == ConstantValue.True ? ErrorCode.WRN_IsAlwaysTrue : ErrorCode.WRN_IsAlwaysFalse;
Errors\ErrorFacts.cs (2)
321case ErrorCode.WRN_IsAlwaysFalse: 750or ErrorCode.WRN_IsAlwaysFalse
Generated\ErrorFacts.Generated.cs (1)
21case ErrorCode.WRN_IsAlwaysFalse: