2 writes to Properties
Microsoft.AspNetCore.StaticAssets (2)
_generated\1\StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (1)
149Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)obj).Properties = value!,
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
386descriptor.Properties = propertiesList;
13 references to Properties
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Shared\Components\ResourceCollectionResolver.cs (2)
66for (var i = 0; i < descriptor.Properties.Count; i++) 68var property = descriptor.Properties[i];
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
src\aspnetcore\src\Shared\Components\ResourceCollectionResolver.cs (2)
66for (var i = 0; i < descriptor.Properties.Count; i++) 68var property = descriptor.Properties[i];
Microsoft.AspNetCore.StaticAssets (9)
_generated\1\StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (2)
148Getter = static obj => ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)obj).Properties, 210IReadOnlyListStaticAssetPropertySerializeHandler(writer, ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)value).Properties);
Development\StaticAssetDevelopmentRuntimeHandler.cs (7)
80for (var i = 0; i < descriptor.Properties.Count; i++) 82var property = descriptor.Properties[i]; 370if (descriptor.Properties.Count == 0) 374var propertiesList = new List<StaticAssetProperty>(descriptor.Properties); 375for (var i = 0; i < descriptor.Properties.Count; i++) 377var property = descriptor.Properties[i]; 384if (propertiesList.Count < descriptor.Properties.Count)