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