We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354043a commit 2b4d0d4Copy full SHA for 2b4d0d4
Orm/Xtensive.Orm/Orm/Session.SystemLogic.cs
@@ -16,7 +16,7 @@ public partial class Session
16
private readonly Session session;
17
private readonly bool prevIsSystemLogicOnly;
18
19
- public SystemLogicOnlyRegionScope(Session session)
+ internal SystemLogicOnlyRegionScope(Session session)
20
{
21
this.session = session;
22
prevIsSystemLogicOnly = session.IsSystemLogicOnly;
0 commit comments