14 references to ReturnIndex
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (2)
261
ManagedIndex = TypePositionInfo.
ReturnIndex
,
277
NativeIndex = TypePositionInfo.
ReturnIndex
VirtualMethodPointerStubGenerator.cs (1)
320
NativeIndex = TypePositionInfo.
ReturnIndex
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportGenerator.cs (1)
323
ManagedIndex = TypePositionInfo.
ReturnIndex
,
Microsoft.Interop.SourceGeneration (10)
Marshalling\MarshallerHelpers.cs (2)
356
|| info.ManagedIndex is TypePositionInfo.
ReturnIndex
)
370
else if (countInfo.ElementInfo.ManagedIndex is TypePositionInfo.
ReturnIndex
)
MethodSignatureElementInfoProvider.cs (1)
38
ManagedIndex = TypePositionInfo.
ReturnIndex
SignatureContext.cs (3)
43
&& typeInfo.ManagedIndex != TypePositionInfo.
ReturnIndex
)
148
ManagedIndex = TypePositionInfo.
ReturnIndex
,
149
NativeIndex = TypePositionInfo.
ReturnIndex
,
TypePositionInfo.cs (4)
55
return index is UnsetIndex or
ReturnIndex
or ExceptionIndex;
73
public bool IsManagedReturnPosition { get => ManagedIndex ==
ReturnIndex
; }
74
public bool IsNativeReturnPosition { get => NativeIndex ==
ReturnIndex
; }
105
if (info.ManagedIndex is
ReturnIndex
or ExceptionIndex)