2 overrides of GetExpectedOutputForAnalyzerDiagnosticsWithAndWithoutLocation
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
SarifV1ErrorLoggerTests.cs (1)
192internal override string GetExpectedOutputForAnalyzerDiagnosticsWithAndWithoutLocation(MockCSharpCompiler cmd)
SarifV2ErrorLoggerTests.cs (1)
273internal override string GetExpectedOutputForAnalyzerDiagnosticsWithAndWithoutLocation(MockCSharpCompiler cmd)
1 reference to GetExpectedOutputForAnalyzerDiagnosticsWithAndWithoutLocation
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
SarifErrorLoggerTests.cs (1)
158var expectedOutput = GetExpectedOutputForAnalyzerDiagnosticsWithAndWithoutLocation(cmd);