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