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