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