3 references to ElementReference
Microsoft.AspNetCore.Components (2)
ElementReference.cs (2)
44
public ElementReference(string id) :
this
(id, null)
49
=> new
ElementReference
(CreateUniqueId(), context);
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\ElementReferenceJsonConverter.cs (1)
48
return new
ElementReference
(id, _elementReferenceContext);