3 references to DotNetObjectRefKey
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (1)
272
jsonReader.ValueTextEquals(
DotNetObjectRefKey
.EncodedUtf8Bytes))
Infrastructure\DotNetObjectReferenceJsonConverter.cs (1)
18
private static JsonEncodedText DotNetObjectRefKey => DotNetDispatcher.
DotNetObjectRefKey
;
Microsoft.JSInterop.Tests (1)
Infrastructure\DotNetDispatcherTest.cs (1)
145
Assert.True(resultDto2Ref.TryGetProperty(DotNetDispatcher.
DotNetObjectRefKey
.EncodedUtf8Bytes, out var property));