2 writes to _scope
Microsoft.AspNetCore.Components (2)
OwningComponentBase.cs (2)
42
_scope
??= ScopeFactory.CreateAsyncScope();
52
_scope
= null;
2 references to _scope
Microsoft.AspNetCore.Components (2)
OwningComponentBase.cs (2)
43
return
_scope
.Value.ServiceProvider;
51
_scope
?.Dispose();