2 overrides of GetExpectedOutputForSimpleCompilerDiagnostics
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
SarifV1ErrorLoggerTests.cs (1)
39internal override string GetExpectedOutputForSimpleCompilerDiagnostics(CommonCompiler cmd, string sourceFile)
SarifV2ErrorLoggerTests.cs (1)
57internal override string GetExpectedOutputForSimpleCompilerDiagnostics(CommonCompiler cmd, string sourceFile)
1 reference to GetExpectedOutputForSimpleCompilerDiagnostics
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
SarifErrorLoggerTests.cs (1)
88var expectedOutput = GetExpectedOutputForSimpleCompilerDiagnostics(cmd, sourceFile);