1 instantiation of EditorConfigParser
Microsoft.Build (1)
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
16
private readonly EditorConfigParser _editorConfigParser = new
EditorConfigParser
();
3 references to EditorConfigParser
Microsoft.Build (3)
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
16
private readonly
EditorConfigParser
_editorConfigParser = new EditorConfigParser();
Logging\BinaryLogger\BinaryLogger.cs (2)
507
foreach (var filePath in
EditorConfigParser
.EditorConfigFilePaths)
511
EditorConfigParser
.ClearEditorConfigFilePaths();