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