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