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)
43return _scope.Value.ServiceProvider; 51_scope?.Dispose();