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