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