5 references to GetCurrentContext
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\sqlcontext.cs (1)
73
SmiContext smiContext = SmiContextFactory.Instance.
GetCurrentContext
();
fx\src\data\Microsoft\SqlServer\Server\SqlDataRecord.cs (2)
601
_recordContext = SmiContextFactory.Instance.
GetCurrentContext
();
627
_recordContext = SmiContextFactory.Instance.
GetCurrentContext
();
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
3177
context = SmiContextFactory.Instance.
GetCurrentContext
(); // In the future we need to push the context checking to a higher level
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
234
SmiContext smiContext = SmiContextFactory.Instance.
GetCurrentContext
();