3 writes to s_activeScope
System.Data.Common (3)
System\Data\TypeLimiter.cs (3)
87
s_activeScope
= newScope;
99
s_activeScope
= newScope;
218
s_activeScope
= m_previousScope; // could be null
5 references to s_activeScope
System.Data.Common (5)
System\Data\TypeLimiter.cs (5)
42
Scope? activeScope =
s_activeScope
;
62
Scope? capturedScope = capturedLimiter?.m_instanceScope ??
s_activeScope
;
86
Scope newScope = new Scope(
s_activeScope
, GetPreviouslyDeclaredDataTypes(dataSet));
98
Scope newScope = new Scope(
s_activeScope
, GetPreviouslyDeclaredDataTypes(dataTable));
209
if (this !=
s_activeScope
)