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