2 references to GetMarshallingInfoForAttributes
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
242
if (
GetMarshallingInfoForAttributes
(type.GetAttributes().AsSpan(), type, indirectionDepth, useSiteAttributes, GetMarshallingInfo) is MarshallingInfo info)
252
return
GetMarshallingInfoForAttributes
([attribute], type, indirectionDepth, useSiteAttributes, marshallingInfoCallback);