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