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