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