6 references to IComThreadingInfo
System.ServiceModel (6)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (4)
186
IComThreadingInfo
comThreadingInfo;
187
comThreadingInfo = (
IComThreadingInfo
)SafeNativeMethods.CoGetObjectContext(IID_IComThreadingInfo);
219
IComThreadingInfo
comThreadingInfo;
220
comThreadingInfo = (
IComThreadingInfo
)SafeNativeMethods.CoGetObjectContext(IID_IComThreadingInfo);
System\ServiceModel\ComIntegration\ComPlusSynchronizationContext.cs (2)
76
IComThreadingInfo
comThreadingInfo;
77
comThreadingInfo = (
IComThreadingInfo
)SafeNativeMethods.CoGetObjectContext(ComPlusActivityTrace.IID_IComThreadingInfo);