1 write to _includes
Microsoft.CodeAnalysis (1)
RuleSet\RuleSet.cs (1)
64
_includes
= includes.NullToEmpty();
6 references to _includes
Microsoft.CodeAnalysis (6)
RuleSet\RuleSet.cs (6)
53
get { return
_includes
; }
72
if (!
_includes
.IsEmpty)
96
return new RuleSet(FilePath, generalOption, specificOptions.ToImmutable(),
_includes
);
111
if (
_includes
.IsEmpty)
116
foreach (var ruleSetInclude in
_includes
)
204
foreach (var ruleSetInclude in
_includes
)