1 write to RuleSetPath
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1521.RuleSetPath = ruleSetPath,
15 references to RuleSetPath
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (7)
CommandLineTests.cs (7)
2829Assert.Equal(expected: file.Path, actual: parsedArgs.RuleSetPath); 2855Assert.Equal(expected: file.Path, actual: parsedArgs.RuleSetPath); 2864Assert.Null(parsedArgs.RuleSetPath); 2869Assert.Null(parsedArgs.RuleSetPath); 2874Assert.Equal(expected: Path.Combine(TempRoot.Root, "blah"), actual: parsedArgs.RuleSetPath); 2879Assert.Equal(expected: Path.Combine(TempRoot.Root, "blah;blah.ruleset"), actual: parsedArgs.RuleSetPath); 2885Assert.Equal(expected: file.Path, actual: parsedArgs.RuleSetPath);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (7)
CommandLineTests.vb (7)
2826Assert.Equal(expected:=file.Path, actual:=parsedArgs.RuleSetPath) 2851Assert.Equal(expected:=file.Path, actual:=parsedArgs.RuleSetPath) 2859Assert.Null(parsedArgs.RuleSetPath) 2864Assert.Null(parsedArgs.RuleSetPath) 2869Assert.Equal(expected:=Path.Combine(TempRoot.Root, "blah"), actual:=parsedArgs.RuleSetPath) 2874Assert.Equal(expected:=Path.Combine(TempRoot.Root, "blah;blah.ruleset"), actual:=parsedArgs.RuleSetPath) 2880Assert.Equal(expected:=file.Path, actual:=parsedArgs.RuleSetPath)
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
146=> _commandLineArgumentsForCommandLine.RuleSetPath;