1 write to _fileContents
Microsoft.AspNetCore.Components.WebView.Test (1)
StaticContentProviderTests.cs (1)
110
_fileContents
= fileContents;
2 references to _fileContents
Microsoft.AspNetCore.Components.WebView.Test (2)
StaticContentProviderTests.cs (2)
115
public long Length =>
_fileContents
.Length;
127
return new MemoryStream(Encoding.UTF8.GetBytes(
_fileContents
));