1 write to Name
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
321Name = 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)
150SectionNameMatcher? matcher = AnalyzerConfig.TryCreateSectionNameMatcher(section.Name); 194if (normalizedPath.Equals(section.Name, Section.NameComparer)) 494if (IsAbsoluteEditorConfigPath(section.Name)) 497var unescapedSection = new Section(UnescapeSectionName(section.Name), section.Properties); 506section.Name, 566if (!_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);