13 references to InProc
System.Data (13)
fx\src\data\Microsoft\SqlServer\Server\SmiContextFactory.cs (1)
41if (InOutOfProcHelper.InProc) {
fx\src\data\Microsoft\SqlServer\Server\sqlcontext.cs (1)
41bool result = InOutOfProcHelper.InProc;
fx\src\data\Microsoft\SqlServer\Server\SqlDataRecord.cs (3)
600if (InOutOfProcHelper.InProc) { 626if (InOutOfProcHelper.InProc) { 653return InOutOfProcHelper.InProc ? SmiContextFactory.Instance.NegotiatedSmiVersion : SmiContextFactory.LatestVersion;
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
393if ( length < __maxCharChunkSize || !InOutOfProcHelper.InProc) { 3176if (null == context && InOutOfProcHelper.InProc) {
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1916bool isEnterpriseServicesOK = !InOutOfProcHelper.InProc;
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (1)
249bool runningInProc = InOutOfProcHelper.InProc;
fx\src\data\System\Data\SqlClient\SqlDependency.cs (3)
290if (InOutOfProcHelper.InProc) { 571if (InOutOfProcHelper.InProc) { 696if (InOutOfProcHelper.InProc) {
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
370if (connectionOptions.UserInstance && InOutOfProcHelper.InProc) {