2 writes to RuleSetPath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1593
RuleSetPath
= ruleSetPath,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1539
.
RuleSetPath
= ruleSetPath,
8 references to RuleSetPath
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (7)
CommandLineTests.cs (7)
2840
Assert.Equal(expected: file.Path, actual: parsedArgs.
RuleSetPath
);
2866
Assert.Equal(expected: file.Path, actual: parsedArgs.
RuleSetPath
);
2875
Assert.Null(parsedArgs.
RuleSetPath
);
2880
Assert.Null(parsedArgs.
RuleSetPath
);
2885
Assert.Equal(expected: Path.Combine(TempRoot.Root, "blah"), actual: parsedArgs.
RuleSetPath
);
2890
Assert.Equal(expected: Path.Combine(TempRoot.Root, "blah;blah.ruleset"), actual: parsedArgs.
RuleSetPath
);
2896
Assert.Equal(expected: file.Path, actual: parsedArgs.
RuleSetPath
);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
146
=> _commandLineArgumentsForCommandLine.
RuleSetPath
;