1 write to Type
Microsoft.DotNet.VersionTools (1)
BuildManifest\Model\EndpointModel.cs (1)
63Type = BlobFeedType,
5 references to Type
Microsoft.DotNet.VersionTools (5)
BuildManifest\Model\EndpointModel.cs (5)
15nameof(Type), 33get { return Attributes.GetOrDefault(nameof(Type)); } 34set { Attributes[nameof(Type)] = value; } 45public override string ToString() => $"Endpoint {Id}, {Type} '{Url}'"; 47public bool IsOrchestratedBlobFeed => Id == OrchestratedBlobFeedId && Type == BlobFeedType;