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