2 overrides of GenerateUnmanagedToManagedByValueOutMarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
150public override StatementSyntax GenerateUnmanagedToManagedByValueOutMarshalStatement(StubIdentifierContext context) 405public override StatementSyntax GenerateUnmanagedToManagedByValueOutMarshalStatement(StubIdentifierContext context)
2 references to GenerateUnmanagedToManagedByValueOutMarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
374yield return elementsMarshalling.GenerateUnmanagedToManagedByValueOutMarshalStatement(context);
Marshalling\StatelessMarshallingStrategy.cs (1)
666yield return elementsMarshalling.GenerateUnmanagedToManagedByValueOutMarshalStatement(context);