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