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)
43
return
_scope
.Value.ServiceProvider;
62
if (disposing &&
_scope
.HasValue &&
_scope
.Value is IDisposable disposable)
87
if (!IsDisposed &&
_scope
.HasValue)
89
await
_scope
.Value.DisposeAsync().ConfigureAwait(false);