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