11 references to Culture
Microsoft.CodeAnalysis (6)
CommandLine\CommonCompiler.cs (6)
194return Culture.Name;
704consoleOutput.WriteLine(DiagnosticFormatter.Format(diagnostic, Culture));
732logger = new SarifV1ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
736logger = new SarifV2ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
756var culture = this.Culture;
1003ReportAnalyzerUtil.Report(consoleOutput, analyzerDriver, driverTimingInfo, Culture, compilation.Options.ConcurrentBuild);
Microsoft.CodeAnalysis.CSharp (5)