2 overrides of GetExpectedOutputForAnalyzerDiagnosticsWithWarnAsError
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
SarifV1ErrorLoggerTests.cs (1)
206internal override string GetExpectedOutputForAnalyzerDiagnosticsWithWarnAsError(MockCSharpCompiler cmd)
SarifV2ErrorLoggerTests.cs (1)
341internal override string GetExpectedOutputForAnalyzerDiagnosticsWithWarnAsError(MockCSharpCompiler cmd)
1 reference to GetExpectedOutputForAnalyzerDiagnosticsWithWarnAsError
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
SarifErrorLoggerTests.cs (1)
331string expectedOutput = GetExpectedOutputForAnalyzerDiagnosticsWithWarnAsError(cmd);