8 references to StaticAssetProperty
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ResourceCollectionResolver.cs (1)
56
var
property = descriptor.Properties[i];
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
src\Shared\Components\ResourceCollectionResolver.cs (1)
56
var
property = descriptor.Properties[i];
Microsoft.AspNetCore.StaticAssets (4)
Development\StaticAssetDevelopmentRuntimeHandler.cs (2)
284
var propertiesList = new List<
StaticAssetProperty
>(descriptor.Properties);
287
var
property = descriptor.Properties[i];
StaticAssetDescriptor.cs (2)
19
private IReadOnlyList<
StaticAssetProperty
> _endpointProperties = [];
55
public IReadOnlyList<
StaticAssetProperty
> Properties
Microsoft.AspNetCore.StaticAssets.Tests (2)
StaticAssetsIntegrationTests.cs (2)
212
var
integrity = descriptors[0].Properties.FirstOrDefault(p => p.Name == "integrity");
269
var
integrity = descriptors[0].Properties.FirstOrDefault(p => p.Name == "integrity");