6 references to LoadEffectiveRuleSetFromFile
Microsoft.CodeAnalysis (2)
RuleSet\RuleSet.cs (2)
262/// See also: <see cref="LoadEffectiveRuleSetFromFile(string)" />. 306var ruleSet = RuleSet.LoadEffectiveRuleSetFromFile(resolvedPath);
Microsoft.CodeAnalysis.UnitTests (3)
CommonCommandLineParserTests.cs (3)
45return RuleSet.LoadEffectiveRuleSetFromFile(file.Path); 474var ruleSet = RuleSet.LoadEffectiveRuleSetFromFile(file.Path); 989RuleSet.LoadEffectiveRuleSetFromFile(file.Path);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
131var effectiveRuleset = RuleSet.LoadEffectiveRuleSetFromFile(FilePath);