19 references to Section
Microsoft.CodeAnalysis.Workspaces (1)
EditorConfigParser.cs (1)
123
var previousSection = new
Section
(pathToFile, isGlobal, sectionSpan, activeSectionName, fullText);
Microsoft.CodeAnalysis.Workspaces.UnitTests (18)
EditorConfigParsing\EditorConfigFileParserTests.cs (1)
21
var section = new
Section
(editorconfigFilePath, isGlobal, span, headerText, $"[{headerText}]");
EditorConfigParsing\SectionParserTests.cs (17)
20
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
30
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
39
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
49
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
59
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
69
var section = new
Section
(null, true, default(TextSpan), headerText, $"[{headerText}]");
79
var section = new
Section
(null, true, default(TextSpan), string.Empty, string.Empty);
92
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
103
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
112
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
121
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
135
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
152
var section = new
Section
(null, false, default(TextSpan), headerText, $"[{headerText}]");
187
var section = new
Section
(editorconfigFilePath, false, default(TextSpan), headerText, $"[{headerText}]");
210
var section = new
Section
(editorconfigFilePath, false, default(TextSpan), headerText, $"[{headerText}]");
219
var section = new
Section
(editorconfigFilePath, false, default(TextSpan), headerText, $"[{headerText}]");
230
var section = new
Section
(editorconfigFilePath, false, default(TextSpan), headerText, $"[{headerText}]");