9 references to WRN_AlwaysNull
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Operators.cs (1)
3928Error(diagnostics, ErrorCode.WRN_AlwaysNull, node, targetType);
Errors\ErrorFacts.cs (2)
292case ErrorCode.WRN_AlwaysNull: 890or ErrorCode.WRN_AlwaysNull
Generated\ErrorFacts.Generated.cs (1)
39case ErrorCode.WRN_AlwaysNull:
Lowering\DiagnosticsPass_Warnings.cs (5)
729Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 745Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 830Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 836Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 847Error(ErrorCode.WRN_AlwaysNull, node, node.Type);