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