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