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