1 instantiation of TrueFalseUnaryOperationTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\OperationAnalyzerTests.cs (1)
1873
.VerifyAnalyzerDiagnostics(new DiagnosticAnalyzer[] { new
TrueFalseUnaryOperationTestAnalyzer
() }, null, null,
2 references to TrueFalseUnaryOperationTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\OperationAnalyzerTests.cs (2)
1874
Diagnostic(
TrueFalseUnaryOperationTestAnalyzer
.UnaryTrueDescriptor.Id, "x && y").WithLocation(29, 13),
1875
Diagnostic(
TrueFalseUnaryOperationTestAnalyzer
.UnaryTrueDescriptor.Id, "x").WithLocation(30, 18));