3 references to DotNetObjectRefKey
Microsoft.JSInterop (3)
Infrastructure\DotNetObjectReferenceJsonConverter.cs (3)
30
if (dotNetObjectId == 0 && reader.ValueTextEquals(
DotNetObjectRefKey
.EncodedUtf8Bytes))
48
throw new JsonException($"Required property {
DotNetObjectRefKey
} not found.");
60
writer.WriteNumber(
DotNetObjectRefKey
, objectId);