1 write to _contentSpecificUrls
Microsoft.AspNetCore.Components (1)
ResourceAssetCollection.cs (1)
49
_contentSpecificUrls
= contentSpecificUrls.ToFrozenSet();
1 reference to _contentSpecificUrls
Microsoft.AspNetCore.Components (1)
ResourceAssetCollection.cs (1)
64
public bool IsContentSpecificUrl(string path) =>
_contentSpecificUrls
.Contains(path);