2 references to UserGlobalConfigName
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.cs (2)
129
/// Any file matching the <see cref="
UserGlobalConfigName
"/> is determined to be a user supplied global config and gets a level of 100
167
_hasGlobalFileName = Path.GetFileName(pathToFile).Equals(
UserGlobalConfigName
, StringComparison.OrdinalIgnoreCase);