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