2 overrides of GenerateMarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
174public override StatementSyntax GenerateMarshalStatement(StubIdentifierContext context) 256public override StatementSyntax GenerateMarshalStatement(StubIdentifierContext context)
2 references to GenerateMarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
381yield return elementsMarshalling.GenerateMarshalStatement(context);
Marshalling\StatelessMarshallingStrategy.cs (1)
678yield return elementsMarshalling.GenerateMarshalStatement(context);