6 references to GetVariableValue
Microsoft.Build.Tasks.Git (6)
GitDataReader\GitConfig.cs (3)
43
ReferenceStorageFormat =
GetVariableValue
(ExtensionsSectionName, RefStorageExtensionName) switch
50
ObjectNameFormat =
GetVariableValue
(ExtensionsSectionName, ObjectFormatExtensionName) switch
81
var versionStr =
GetVariableValue
(CoreSectionName, RepositoryFormatVersionVariableName);
GitDataReader\GitRepository.cs (3)
133
var value = config.
GetVariableValue
("core", "worktree");
321
var ignoreCase = GitConfig.ParseBooleanValue(Config.
GetVariableValue
("core", "ignorecase"));
322
var excludesFile = Config.
GetVariableValue
("core", "excludesFile");