5 references to In
Microsoft.Interop.SourceGeneration (5)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (1)
99
ByValueContentsMarshalKind.
In
=> InSupport.GetSupport(info, out diagnostic),
Marshalling\MarshallerHelpers.cs (1)
23
ByValueContentsMarshalKind.
In
=> RefKind.In,
Marshalling\MarshallingGeneratorExtensions.cs (1)
116
if (info.ByValueContentsMarshalKind.HasFlag(ByValueContentsMarshalKind.
In
))
TypePositionInfo.cs (2)
41
InOut =
In
| Out
134
marshalKind |= ByValueContentsMarshalKind.
In
;