3 instantiations of BadStuffTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\OperationAnalyzerTests.cs (2)
140
.VerifyAnalyzerDiagnostics(new DiagnosticAnalyzer[] { new
BadStuffTestAnalyzer
() }, null, null,
189
.VerifyAnalyzerDiagnostics(new DiagnosticAnalyzer[] { new
BadStuffTestAnalyzer
() }, null, null);
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Diagnostics\OperationAnalyzerTests.vb (1)
129
comp.VerifyAnalyzerDiagnostics({New
BadStuffTestAnalyzer
}, Nothing, Nothing,
28 references to BadStuffTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (14)
Diagnostics\OperationAnalyzerTests.cs (14)
141
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Framitz()").WithLocation(6, 9),
142
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Framitz()").WithLocation(6, 9),
143
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Framitz").WithLocation(6, 9),
144
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Framitz").WithLocation(6, 9),
145
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Bexley()").WithLocation(7, 17),
146
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Bexley()").WithLocation(7, 17),
147
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Bexley").WithLocation(7, 17),
148
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Bexley").WithLocation(7, 17),
149
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "M1(y + d)").WithLocation(10, 9),
150
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "M1(y + d)").WithLocation(10, 9),
151
Diagnostic(
BadStuffTestAnalyzer
.InvalidStatementDescriptor.Id, "goto;").WithLocation(11, 9),
152
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "goto;").WithLocation(11, 9),
153
Diagnostic(
BadStuffTestAnalyzer
.InvalidStatementDescriptor.Id, "").WithLocation(11, 13),
154
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "").WithLocation(11, 13)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (14)
Diagnostics\OperationAnalyzerTests.vb (14)
130
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Framitz()").WithLocation(3, 9),
131
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Framitz()").WithLocation(3, 9),
132
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Framitz").WithLocation(3, 9),
133
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Framitz").WithLocation(3, 9),
134
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Bexley()").WithLocation(4, 28),
135
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Bexley()").WithLocation(4, 28),
136
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "Bexley").WithLocation(4, 28),
137
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Bexley").WithLocation(4, 28),
138
Diagnostic(
BadStuffTestAnalyzer
.InvalidExpressionDescriptor.Id, "M1(d)").WithLocation(7, 9),
139
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "M1(d)").WithLocation(7, 9),
140
Diagnostic(
BadStuffTestAnalyzer
.InvalidStatementDescriptor.Id, "Goto").WithLocation(8, 9),
141
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "Goto").WithLocation(8, 9),
142
Diagnostic(
BadStuffTestAnalyzer
.InvalidStatementDescriptor.Id, "").WithLocation(8, 13),
143
Diagnostic(
BadStuffTestAnalyzer
.IsInvalidDescriptor.Id, "").WithLocation(8, 13))