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