6 references to Out
Microsoft.Interop.SourceGeneration (6)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (1)
100
ByValueContentsMarshalKind.
Out
=> OutSupport.GetSupport(info, out diagnostic),
Marshalling\CustomTypeMarshallingGenerator.cs (1)
92
=> TypeInfo.ByValueContentsMarshalKind.HasFlag(ByValueContentsMarshalKind.
Out
)
Marshalling\MarshallerHelpers.cs (1)
25
ByValueContentsMarshalKind.
Out
=> RefKind.Out,
Marshalling\MarshallingGeneratorExtensions.cs (1)
120
if (info.ByValueContentsMarshalKind.HasFlag(ByValueContentsMarshalKind.
Out
))
TypePositionInfo.cs (2)
41
InOut = In |
Out
129
marshalKind |= ByValueContentsMarshalKind.
Out
;