14 references to ReturnIndex
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (2)
315
ManagedIndex = TypePositionInfo.
ReturnIndex
,
331
NativeIndex = TypePositionInfo.
ReturnIndex
VirtualMethodPointerStubGenerator.cs (1)
227
NativeIndex = TypePositionInfo.
ReturnIndex
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSGeneratorFactory.cs (1)
36
bool isToJs = info.ManagedIndex != TypePositionInfo.
ReturnIndex
^ context.Direction == MarshalDirection.UnmanagedToManaged;
Microsoft.Interop.SourceGeneration (10)
Marshalling\MarshallerHelpers.cs (2)
383
|| info.ManagedIndex is TypePositionInfo.
ReturnIndex
)
397
else if (countInfo.ElementInfo.ManagedIndex is TypePositionInfo.
ReturnIndex
)
MethodSignatureElementInfoProvider.cs (1)
37
ManagedIndex = TypePositionInfo.
ReturnIndex
SignatureContext.cs (3)
43
&& typeInfo.ManagedIndex != TypePositionInfo.
ReturnIndex
)
125
ManagedIndex = TypePositionInfo.
ReturnIndex
,
126
NativeIndex = TypePositionInfo.
ReturnIndex
,
TypePositionInfo.cs (4)
55
return index is UnsetIndex or
ReturnIndex
or ExceptionIndex;
75
public bool IsManagedReturnPosition { get => ManagedIndex ==
ReturnIndex
; }
76
public bool IsNativeReturnPosition { get => NativeIndex ==
ReturnIndex
; }
110
if (info.ManagedIndex is
ReturnIndex
or ExceptionIndex)