3 references to UnspecifiedParam
Microsoft.Interop.SourceGeneration (3)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
70SizeAndParamIndexInfo(_, SizeAndParamIndexInfo.UnspecifiedParam) => null,
Marshalling\ElementsMarshalling.cs (1)
66SizeAndParamIndexInfo(int size, SizeAndParamIndexInfo.UnspecifiedParam) => GetConstSizeExpression(size),
MarshallingAttributeInfo.cs (1)
101public static readonly SizeAndParamIndexInfo Unspecified = new(UnspecifiedConstSize, UnspecifiedParam);