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