8 references to IComWrapperFixed
Microsoft.VisualStudio.LanguageServices (7)
Interop\ComAggregate.cs (5)
39internal static IComWrapperFixed? TryGetWrapper(object managedObject) 46if (value is IComWrapperFixed wrapper) 55internal static T GetManagedObject<T>(IComWrapperFixed comWrapper) where T : class 69if (value is IComWrapperFixed wrapper) 77internal static T? TryGetManagedObject<T>(IComWrapperFixed comWrapper) where T : class
Interop\WrapperPolicy.cs (2)
26internal static IComWrapperFixed? TryGetWrapper(object managedObject) 41return wrapper as IComWrapperFixed;
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
CodeModel\CodeModelTestHelpers.vb (1)
119Return CType(wrapperRCW, IComWrapperFixed)