9 references to WRN_AlwaysNull
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Operators.cs (1)
5610Error(diagnostics, ErrorCode.WRN_AlwaysNull, node, targetType);
Errors\ErrorFacts.cs (2)
307case ErrorCode.WRN_AlwaysNull: 919or ErrorCode.WRN_AlwaysNull
Generated\ErrorFacts.Generated.cs (1)
39case ErrorCode.WRN_AlwaysNull:
Lowering\DiagnosticsPass_Warnings.cs (5)
728Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 744Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 829Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 835Error(ErrorCode.WRN_AlwaysNull, node, node.Type); 846Error(ErrorCode.WRN_AlwaysNull, node, node.Type);