2 overrides of GenerateMarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
108
public override void
GenerateMarshalStatement
(IndentedTextWriter writer, StubIdentifierContext context)
152
public override void
GenerateMarshalStatement
(IndentedTextWriter writer, StubIdentifierContext context)
2 references to GenerateMarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
222
elementsMarshalling.
GenerateMarshalStatement
(writer, context);
Marshalling\StatelessMarshallingStrategy.cs (1)
395
elementsMarshalling.
GenerateMarshalStatement
(writer, context);