1 write to editorConfigFilePaths
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigParser.cs (1)
38editorConfigFilePaths = new ConcurrentBag<string>();
2 references to editorConfigFilePaths
Microsoft.Build (2)
BuildCheck\Infrastructure\EditorConfig\EditorConfigParser.cs (2)
18public static IEnumerable<string> EditorConfigFilePaths => editorConfigFilePaths; 57editorConfigFilePaths.Add(editorConfigFilePath);