Base:
property
ErrorLogQualifier
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests.SarifErrorLoggerTests.ErrorLogQualifier
3 references to ErrorLogQualifier
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
SarifV2ErrorLoggerTests.cs (3)
449
string[] arguments = new[] { "/nologo", "/t:library", "/nowarn:ID1", "/nowarn:ID2", sourceFile, "/preferreduilang:en", $"/errorlog:{errorLogFile}{
ErrorLogQualifier
}" };
531
string[] arguments = new[] { "/nologo", "/t:library", sourceFile1, sourceFile2, $"/analyzerconfig:{editorconfigFile}", "/preferreduilang:en", $"/errorlog:{errorLogFile}{
ErrorLogQualifier
}" };
601
string[] arguments = new[] { "/nologo", "/t:library", sourceFile, "/preferreduilang:en", $"/errorlog:{errorLogFile}{
ErrorLogQualifier
}" };