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