1 write to ElementReferenceContext
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
36
ElementReferenceContext
= new WebElementReferenceContext(this);
2 references to ElementReferenceContext
Microsoft.AspNetCore.Components.WebAssembly (2)
Rendering\WebAssemblyRenderer.cs (1)
43
ElementReferenceContext = DefaultWebAssemblyJSRuntime.Instance.
ElementReferenceContext
;
Services\DefaultWebAssemblyJSRuntime.cs (1)
37
JsonSerializerOptions.Converters.Add(new ElementReferenceJsonConverter(
ElementReferenceContext
));