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