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