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