1 write to Type
NuGet.Protocol (1)
Model\ServiceIndexEntry.cs (1)
47Type = serviceType;
2 references to Type
NuGet.Protocol (2)
Providers\RepositorySignatureResourceProvider.cs (2)
131var index = serviceEntry.Type.IndexOf('/', StringComparison.Ordinal); 135var version = serviceEntry.Type.Substring(index + 1).Trim();