1 write to _hasGlobalFileName
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
147_hasGlobalFileName = Path.GetFileName(pathToFile).Equals(UserGlobalConfigName, StringComparison.OrdinalIgnoreCase);
2 references to _hasGlobalFileName
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.cs (2)
99internal bool IsGlobal => _hasGlobalFileName || GlobalSection.Properties.ContainsKey(GlobalKey); 126else if (_hasGlobalFileName)