1 write to _endpointProperties
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetDescriptor.cs (1)
58
set =>
_endpointProperties
= !_isFrozen ? value : throw new InvalidOperationException("StaticAssetDescriptor is frozen and doesn't accept further changes");
1 reference to _endpointProperties
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetDescriptor.cs (1)
57
get =>
_endpointProperties
;