5 references to GetCurrentContext
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\sqlcontext.cs (1)
73SmiContext 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)
3177context = 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)
234SmiContext smiContext = SmiContextFactory.Instance.GetCurrentContext();