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