1 write to _sectionName
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (1)
473
_sectionName
= sectionName;
7 references to _sectionName
Microsoft.Build (7)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (7)
477
internal bool IsDone => Position >=
_sectionName
.Length;
482
switch (
_sectionName
[Position])
487
if (nextPos <
_sectionName
.Length &&
488
_sectionName
[nextPos] == '*')
538
internal char CurrentCharacter =>
_sectionName
[Position];
543
internal char EatCurrentCharacter() =>
_sectionName
[Position++];
563
internal char this[int position] =>
_sectionName
[position];