1 instantiation of CountElementCountInfo
Microsoft.Interop.SourceGeneration (1)
MarshalUsingAttributeParser.cs (1)
108
return new
CountElementCountInfo
(elementInfo);
5 references to CountElementCountInfo
Microsoft.Interop.SourceGeneration (5)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
73
CountElementCountInfo
(TypePositionInfo elementInfo) => ValidateNumElementsExpression(elementInfo, out countInfoRequiresCast),
Marshalling\ElementsMarshalling.cs (1)
73
CountElementCountInfo
(TypePositionInfo elementInfo) => GetExpressionForParam(elementInfo),
Marshalling\MarshallerHelpers.cs (2)
237
if (nestedCollection.ElementCountInfo is
CountElementCountInfo
{ ElementInfo: TypePositionInfo nestedCountElement })
385
&& collectionMarshallingInfo.ElementCountInfo is
CountElementCountInfo
countInfo)
MethodSignatureElementInfoProvider.cs (1)
31
if (elementName ==
CountElementCountInfo
.ReturnValueElementName)