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