2 overrides of GenerateUnmarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
214
public override StatementSyntax
GenerateUnmarshalStatement
(StubIdentifierContext context)
294
public override StatementSyntax
GenerateUnmarshalStatement
(StubIdentifierContext context)
2 references to GenerateUnmarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
450
yield return elementsMarshalling.
GenerateUnmarshalStatement
(context);
Marshalling\StatelessMarshallingStrategy.cs (1)
731
yield return elementsMarshalling.
GenerateUnmarshalStatement
(context);