9 references to FilePath
Microsoft.CodeAnalysis (6)
RuleSet\RuleSet.cs (5)
96return new RuleSet(FilePath, generalOption, specificOptions.ToImmutable(), _includes); 133if (includedRulesetPaths.Contains(ruleSet.FilePath.ToLowerInvariant())) 138includedRulesetPaths.Add(ruleSet.FilePath.ToLowerInvariant()); 202arrayBuilder.Add(this.FilePath); 215if (!arrayBuilder.Contains(ruleSet.FilePath, StringComparer.OrdinalIgnoreCase))
RuleSet\RuleSetInclude.cs (1)
83var resolvedIncludePath = resolveIncludePath(_includePath, parent?.FilePath);
Microsoft.CodeAnalysis.UnitTests (3)
CommonCommandLineParserTests.cs (3)
232Assert.Equal(1, RuleSet.GetEffectiveIncludesFromFile(ruleSet.FilePath).Count()); 257Assert.Equal(2, RuleSet.GetEffectiveIncludesFromFile(ruleSet.FilePath).Count()); 292Assert.Equal(3, RuleSet.GetEffectiveIncludesFromFile(ruleSet.FilePath).Count());