2 references to TryGetInfoForParamIndex
Microsoft.Interop.SourceGeneration (2)
MarshalAsParser.cs (2)
182
if (!elementInfoProvider.
TryGetInfoForParamIndex
(attributeData, (short)sizeParamIndexArg.Value!, marshallingInfoCallback, out TypePositionInfo paramIndexInfo))
190
if (!elementInfoProvider.
TryGetInfoForParamIndex
(attributeData, (int)iidParameterIndexArg.Value!, marshallingInfoCallback, out iidParameterIndexInfo)