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