1 write to Name
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
321
Name
= name;
12 references to Name
Microsoft.CodeAnalysis (12)
CommandLine\AnalyzerConfig.cs (2)
302
/// Used to compare <see cref="
Name
"/>s of sections. Specified by editorconfig to
308
/// Used to compare <see cref="
Name
"/>s of sections. Specified by editorconfig to
CommandLine\AnalyzerConfig.SectionNameMatching.cs (1)
66
/// Takes a <see cref="Section.
Name
"/> and creates a matcher that
CommandLine\AnalyzerConfigSet.cs (9)
150
SectionNameMatcher? matcher = AnalyzerConfig.TryCreateSectionNameMatcher(section.
Name
);
194
if (normalizedPath.Equals(section.
Name
, Section.NameComparer))
494
if (IsAbsoluteEditorConfigPath(section.
Name
))
497
var unescapedSection = new Section(UnescapeSectionName(section.
Name
), section.Properties);
506
section.
Name
,
566
if (!_values.TryGetValue(section.
Name
, out var sectionDict))
569
_values.Add(section.
Name
, sectionDict);
572
_duplicates.TryGetValue(section.
Name
, out var duplicateDict);
609
_duplicates.Add(section.
Name
, duplicateDict);