1 write to _source
Microsoft.AspNetCore.Components.WebView (1)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
284_source = source;
6 references to _source
Microsoft.AspNetCore.Components.WebView (6)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (6)
286public bool Exists => _source.Exists; 288public long Length => _source.Length; 290public string PhysicalPath => _source.PhysicalPath ?? string.Empty; 292public DateTimeOffset LastModified => _source.LastModified; 294public bool IsDirectory => _source.IsDirectory; 298public Stream CreateReadStream() => _source.CreateReadStream();