5 references to EditorConfigParser
Microsoft.Build (5)
BuildCheck\API\CheckConfiguration.cs (1)
147buildCheckConfigurationErrorScope: BuildCheckConfigurationErrorScope.EditorConfigParser);
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
201throw new BuildCheckConfigurationException($"Parsing editorConfig data failed", exception, BuildCheckConfigurationErrorScope.EditorConfigParser);
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (3)
146throw new BuildCheckConfigurationException($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser); 310throw new BuildCheckConfigurationException($"UnexpectedToken: {tokenKind}", BuildCheckConfigurationErrorScope.EditorConfigParser); 408throw new BuildCheckConfigurationException($"UnexpectedValue: {lastChar}", BuildCheckConfigurationErrorScope.EditorConfigParser);