2 instantiations of TrackedMarshallingInfo
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (2)
217
=> new
TrackedMarshallingInfo
(TrackedMarshallingInfoAnnotation.String, _stringMarshallingInfoProvider.GetMarshallingInfo(type, indirectionDepth, useSiteAttributes, marshallingInfoCallback));
223
public MarshallingInfo GetMarshallingInfo(ITypeSymbol type, int indirectionDepth, UseSiteAttributeProvider useSiteAttributes, GetMarshallingInfoCallback marshallingInfoCallback) => new
TrackedMarshallingInfo
(TrackedMarshallingInfoAnnotation.ExplicitlyUnsupported, NoMarshallingInfo.Instance);
2 references to TrackedMarshallingInfo
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (2)
104
if (info.MarshallingAttributeInfo is
TrackedMarshallingInfo
(TrackedMarshallingInfoAnnotation.ExplicitlyUnsupported, _))
109
if (info.MarshallingAttributeInfo is
TrackedMarshallingInfo
(TrackedMarshallingInfoAnnotation annotation, var inner))