1 instantiation of OwningSymbolTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
1687
.VerifyAnalyzerDiagnostics(new DiagnosticAnalyzer[] { new
OwningSymbolTestAnalyzer
() }, null, null,
3 references to OwningSymbolTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Diagnostics\DiagnosticAnalyzerTests.cs (3)
1688
Diagnostic(
OwningSymbolTestAnalyzer
.ExpressionDescriptor.Id, "0").WithLocation(12, 17),
1689
Diagnostic(
OwningSymbolTestAnalyzer
.ExpressionDescriptor.Id, "x").WithLocation(13, 17),
1690
Diagnostic(
OwningSymbolTestAnalyzer
.ExpressionDescriptor.Id, "12").WithLocation(16, 29));