28 references to WRN_PossibleMistakenNullStatement
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Statements.cs (1)
380diagnostics.Add(ErrorCode.WRN_PossibleMistakenNullStatement, node.GetLocation());
Errors\ErrorFacts.cs (2)
273case ErrorCode.WRN_PossibleMistakenNullStatement: 1010or ErrorCode.WRN_PossibleMistakenNullStatement
Generated\ErrorFacts.Generated.cs (1)
49case ErrorCode.WRN_PossibleMistakenNullStatement:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
BreakingChanges.cs (4)
412Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(8, 32), 415Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(9, 29), 426Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(8, 32), 429Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(9, 29),
CodeGen\CodeGenUsingStatementTests.cs (1)
2542Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";"),
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
FlowAnalysis\FlowDiagnosticTests.cs (2)
696Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";"), 697Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";"));
Semantics\LockTests.cs (1)
1687Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(3, 19));
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_IVariableDeclaration.cs (1)
2406Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(7, 81)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\LockTests.cs (1)
137Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";"));
Semantics\SemanticErrorTests.cs (1)
16355Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";"),
Semantics\UsingStatementTests.cs (3)
1278Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";")); 1780Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(11, 30)); 1806Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(11, 21)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\SymbolErrorTests.cs (1)
15794Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (9)
Parsing\ParserErrorMessageTests.cs (8)
5806Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(10, 17), 5809Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(10, 22), 5812Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(11, 20), 5815Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(12, 19), 5818Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(13, 11), 5821Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(15, 40), 5824Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(16, 29), 5827Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(17, 21));
Parsing\ParsingErrorRecoveryTests.cs (1)
4104Diagnostic(ErrorCode.WRN_PossibleMistakenNullStatement, ";").WithLocation(1, 31));