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