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 (1)
358&& collectionMarshallingInfo.ElementCountInfo is CountElementCountInfo countInfo)
MarshallingAttributeInfo.cs (1)
133if (ElementCountInfo is CountElementCountInfo { ElementInfo: TypePositionInfo nestedCountElement })
MethodSignatureElementInfoProvider.cs (1)
31if (elementName == CountElementCountInfo.ReturnValueElementName)