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