1 write to m_previousScope
System.Data.Common (1)
System\Data\TypeLimiter.cs (1)
202m_previousScope = previousScope;
2 references to m_previousScope
System.Data.Common (2)
System\Data\TypeLimiter.cs (2)
218s_activeScope = m_previousScope; // could be null 235for (Scope? currentScope = this; currentScope != null; currentScope = currentScope.m_previousScope)