3 writes to Type
NuGet.Packaging (3)
Core\RepositoryMetadata.cs (1)
17
Type
= type;
NuspecReader.cs (1)
418
repository.
Type
= GetAttributeValue(node, "type") ?? string.Empty;
PackageCreation\Authoring\ManifestReader.cs (1)
442
repository.
Type
= repositoryType!.Value;
6 references to Type
NuGet.Packaging (6)
Core\RepositoryMetadata.cs (3)
69
string.Equals(
Type
, other.
Type
, StringComparison.OrdinalIgnoreCase) &&
79
combiner.AddObject(
Type
, StringComparer.OrdinalIgnoreCase);
PackageCreation\Authoring\ManifestReader.cs (1)
452
if (!string.IsNullOrEmpty(repository.
Type
) && !string.IsNullOrEmpty(repository.Url))
PackageCreation\Xml\PackageMetadataXmlExtensions.cs (2)
292
if (repository != null && !string.IsNullOrEmpty(repository.
Type
))
294
attributeList.Add(new XAttribute(NuspecUtility.Type, repository.
Type
));