2 overrides of GenerateManagedToUnmanagedByValueOutUnmarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
185
public override StatementSyntax
GenerateManagedToUnmanagedByValueOutUnmarshalStatement
(StubIdentifierContext context)
319
public override StatementSyntax
GenerateManagedToUnmanagedByValueOutUnmarshalStatement
(StubIdentifierContext context)
2 references to GenerateManagedToUnmanagedByValueOutUnmarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
428
yield return elementsMarshalling.
GenerateManagedToUnmanagedByValueOutUnmarshalStatement
(context);
Marshalling\StatelessMarshallingStrategy.cs (1)
704
yield return elementsMarshalling.
GenerateManagedToUnmanagedByValueOutUnmarshalStatement
(context);