6 references to SectionName
Microsoft.Build.Tasks.Git (6)
GitDataReader\GitConfig.Reader.cs (1)
306
if (GitVariableName.SectionNameComparer.Equals(key.
SectionName
, "includeIf") &&
GitDataReader\GitVariableName.cs (5)
20
=> SectionNameComparer.Equals(
SectionName
, name);
29
=> SectionNameEquals(other.
SectionName
) &&
37
=> SectionNameComparer.GetHashCode(
SectionName
) ^
43
SectionName
+ "." + VariableName :
44
SectionName
+ "." + SubsectionName + "." + VariableName;