1 write to _filePath
Microsoft.CodeAnalysis (1)
RuleSet\RuleSet.cs (1)
61
_filePath
= filePath;
2 references to _filePath
Microsoft.CodeAnalysis (2)
RuleSet\RuleSet.cs (2)
26
get { return
_filePath
; }
185
return new RuleSet(
_filePath
, effectiveGeneralOption, effectiveSpecificOptions.ToImmutableDictionary(), ImmutableArray<RuleSetInclude>.Empty);