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)
115public long Length => _fileContents.Length; 127return new MemoryStream(Encoding.UTF8.GetBytes(_fileContents));