1 instantiation of UnaryAndBinaryOperationsTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
4 references to UnaryAndBinaryOperationsTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Diagnostics\OperationAnalyzerTests.cs (4)
1567Diagnostic(UnaryAndBinaryOperationsTestAnalyzer.BooleanNotDescriptor.Id, "!b").WithLocation(41, 13),
1568Diagnostic(UnaryAndBinaryOperationsTestAnalyzer.DoubleMultiplyDescriptor.Id, "d * 100").WithLocation(42, 13),
1569Diagnostic(UnaryAndBinaryOperationsTestAnalyzer.OperatorAddMethodDescriptor.Id, "a1 + a2").WithLocation(43, 14),
1570Diagnostic(UnaryAndBinaryOperationsTestAnalyzer.OperatorMinusMethodDescriptor.Id, "-a2").WithLocation(44, 14));