7 references to IComWrapperFixed
Microsoft.VisualStudio.LanguageServices (7)
Interop\ComAggregate.cs (5)
38internal static IComWrapperFixed? TryGetWrapper(object managedObject) 45if (value is IComWrapperFixed wrapper) 54internal static T GetManagedObject<T>(IComWrapperFixed comWrapper) where T : class 68if (value is IComWrapperFixed wrapper) 76internal static T? TryGetManagedObject<T>(IComWrapperFixed comWrapper) where T : class
Interop\WrapperPolicy.cs (2)
26internal static IComWrapperFixed? TryGetWrapper(object managedObject) 41return wrapper as IComWrapperFixed;