5 references to ERR_CantReadRulesetFile
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
1280ERRID.ERR_CantReadRulesetFile,
Errors\MessageProvider.vb (1)
269Return ERRID.ERR_CantReadRulesetFile
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (3)
CommandLineTests.vb (3)
2875Diagnostic(ERRID.ERR_CantReadRulesetFile).WithArguments(Path.Combine(TempRoot.Root, "blah"), "File not found.")) 2880Diagnostic(ERRID.ERR_CantReadRulesetFile).WithArguments(Path.Combine(TempRoot.Root, "blah;blah.ruleset"), "File not found.")) 2890Assert.Equal(ERRID.ERR_CantReadRulesetFile, err.Code)