Property SourceUri
SourceUri
Where the bytes were being fetched from, when they were being fetched.
public Uri? SourceUri { get; init; }
Property Value
Remarks
Spec 6.5 spells this Source. It cannot be: Source already
exists, is a string, and is written by the runtime, so a Uri
member of that name is CS0114 and would have to shadow with new - leaving two
differently-typed Source members on one exception for every logger and serializer to
pick between. Renamed rather than shadowed.