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