6 references to UnspecifiedConstSize
Microsoft.Interop.SourceGeneration (6)
MarshalAsParser.cs (3)
85if (ArraySubType != (UnmanagedType)SizeAndParamIndexInfo.UnspecifiedConstSize) 96if (sizeParamIndex.ConstSize != SizeAndParamIndexInfo.UnspecifiedConstSize) 166UnmanagedType elementUnmanagedType = (UnmanagedType)SizeAndParamIndexInfo.UnspecifiedConstSize;
MarshalAsWithCustomMarshallersParser.cs (1)
60if (arrayInfo.ArraySubType != (UnmanagedType)SizeAndParamIndexInfo.UnspecifiedConstSize)
Marshalling\ElementsMarshalling.cs (1)
68SizeAndParamIndexInfo(SizeAndParamIndexInfo.UnspecifiedConstSize, TypePositionInfo param) => GetExpressionForParam(param),
MarshallingAttributeInfo.cs (1)
101public static readonly SizeAndParamIndexInfo Unspecified = new(UnspecifiedConstSize, UnspecifiedParam);