1 instantiation of ObjectUnwrapperInfo
Microsoft.Interop.ComInterfaceGenerator (1)
VtableIndexStubGenerator.cs (1)
321
new
ObjectUnwrapperInfo
(unwrapperSyntax));
3 references to ObjectUnwrapperInfo
Microsoft.Interop.ComInterfaceGenerator (3)
Marshallers\ObjectUnwrapperResolver.cs (3)
19
if (info.MarshallingAttributeInfo is
ObjectUnwrapperInfo
)
36
Debug.Assert(info.MarshallingAttributeInfo is
ObjectUnwrapperInfo
);
37
TypeSyntax unwrapperType = ((
ObjectUnwrapperInfo
)info.MarshallingAttributeInfo).UnwrapperType;