1 write to contentType
Microsoft.Maui.Essentials (1)
FileSystem\FileSystem.shared.cs (1)
231 set => contentType = value;
2 references to contentType
Microsoft.Maui.Essentials (2)
FileSystem\FileSystem.shared.cs (2)
237 if (!string.IsNullOrWhiteSpace(contentType)) 238 return contentType!;