1 write to RuleSetPath
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1520.RuleSetPath = ruleSetPath,
8 references to RuleSetPath
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (7)
CommandLineTests.vb (7)
2840Assert.Equal(expected:=file.Path, actual:=parsedArgs.RuleSetPath) 2865Assert.Equal(expected:=file.Path, actual:=parsedArgs.RuleSetPath) 2873Assert.Null(parsedArgs.RuleSetPath) 2878Assert.Null(parsedArgs.RuleSetPath) 2883Assert.Equal(expected:=Path.Combine(TempRoot.Root, "blah"), actual:=parsedArgs.RuleSetPath) 2888Assert.Equal(expected:=Path.Combine(TempRoot.Root, "blah;blah.ruleset"), actual:=parsedArgs.RuleSetPath) 2894Assert.Equal(expected:=file.Path, actual:=parsedArgs.RuleSetPath)
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
178var effectiveRuleSetPath = ExplicitRuleSetFilePath ?? _commandLineArgumentsForCommandLine.RuleSetPath;