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