11 references to Culture
Microsoft.CodeAnalysis (6)
CommandLine\CommonCompiler.cs (6)
202return Culture.Name;
712consoleOutput.WriteLine(DiagnosticFormatter.Format(diagnostic, Culture));
740logger = new SarifV1ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
744logger = new SarifV2ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
764var culture = this.Culture;
1011ReportAnalyzerUtil.Report(consoleOutput, analyzerDriver, driverTimingInfo, Culture, compilation.Options.ConcurrentBuild);
Microsoft.CodeAnalysis.CSharp (5)