2 references to ScopeFactory
Microsoft.AspNetCore.Components (2)
OwningComponentBase.cs (2)
35
if (
ScopeFactory
== null)
42
_scope ??=
ScopeFactory
.CreateAsyncScope();