5 references to JSObjectIdKey
Microsoft.JSInterop (5)
Implementation\JSObjectReferenceJsonWorker.cs (3)
31
if (id is null && reader.ValueTextEquals(
JSObjectIdKey
.EncodedUtf8Bytes))
49
throw new JsonException($"Required property {
JSObjectIdKey
} not found.");
63
writer.WriteNumber(
JSObjectIdKey
, objectReference.Id);
Infrastructure\JSStreamReferenceJsonConverter.cs (2)
33
if (id is null && reader.ValueTextEquals(JSObjectReferenceJsonWorker.
JSObjectIdKey
.EncodedUtf8Bytes))
56
throw new JsonException($"Required property {JSObjectReferenceJsonWorker.
JSObjectIdKey
} not found.");