2 references to _jsStreamReferenceLengthKey
Microsoft.JSInterop (2)
Infrastructure\JSStreamReferenceJsonConverter.cs (2)
38
else if (length is null && reader.ValueTextEquals(
_jsStreamReferenceLengthKey
.EncodedUtf8Bytes))
61
throw new JsonException($"Required property {
_jsStreamReferenceLengthKey
} not found.");