5 references to ERR_CantReadRulesetFile
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1689or ErrorCode.ERR_CantReadRulesetFile
Errors\MessageProvider.cs (1)
175public override int ERR_CantReadRulesetFile => (int)ErrorCode.ERR_CantReadRulesetFile;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
2884Diagnostic(ErrorCode.ERR_CantReadRulesetFile).WithArguments(Path.Combine(TempRoot.Root, "blah"), "File not found.")); 2889Diagnostic(ErrorCode.ERR_CantReadRulesetFile).WithArguments(Path.Combine(TempRoot.Root, "blah;blah.ruleset"), "File not found.")); 2899Assert.Equal((int)ErrorCode.ERR_CantReadRulesetFile, err.Code);