3 writes to _scope
Microsoft.AspNetCore.Components (3)
OwningComponentBase.cs (3)
42_scope ??= ScopeFactory.CreateAsyncScope(); 65_scope = null; 90_scope = null;
5 references to _scope
Microsoft.AspNetCore.Components (5)
OwningComponentBase.cs (5)
43return _scope.Value.ServiceProvider; 62if (disposing && _scope.HasValue && _scope.Value is IDisposable disposable) 87if (!IsDisposed && _scope.HasValue) 89await _scope.Value.DisposeAsync().ConfigureAwait(false);