1 instantiation of InOutOfProcHelper
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
181
private static readonly InOutOfProcHelper SingletonInstance = new
InOutOfProcHelper
();
14 references to InOutOfProcHelper
System.Data (14)
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) {
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
181
private static readonly
InOutOfProcHelper
SingletonInstance = new InOutOfProcHelper();