1 instantiation of NullScope
Aspire.Hosting.EntityFrameworkCore.Tests (1)
EFCoreOperationExecutorTests.cs (1)
254
public static readonly NullScope Instance =
new
();
2 references to NullScope
Aspire.Hosting.EntityFrameworkCore.Tests (2)
EFCoreOperationExecutorTests.cs (2)
244
public IDisposable BeginScope<TState>(TState state) where TState : notnull =>
NullScope
.Instance;
254
public static readonly
NullScope
Instance = new();