1 write to _innerProvider
Microsoft.Interop.SourceGeneration (1)
MarshallingInfoParser.cs (1)
293
_innerProvider
= innerProvider;
4 references to _innerProvider
Microsoft.Interop.SourceGeneration (4)
MarshallingInfoParser.cs (4)
297
public string FindNameForParamIndex(int paramIndex) =>
_innerProvider
.FindNameForParamIndex(paramIndex);
308
return
_innerProvider
.TryGetInfoForElementName(attrData, elementName, marshallingInfoCallback, rootProvider, out info);
328
string paramName =
_innerProvider
.FindNameForParamIndex(paramIndex);
337
return
_innerProvider
.TryGetInfoForParamIndex(attrData, paramIndex, marshallingInfoCallback, rootProvider, out info);