2 overrides of GenerateUnmarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
122
public override void
GenerateUnmarshalStatement
(IndentedTextWriter writer, StubIdentifierContext context)
172
public override void
GenerateUnmarshalStatement
(IndentedTextWriter writer, StubIdentifierContext context)
2 references to GenerateUnmarshalStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
269
elementsMarshalling.
GenerateUnmarshalStatement
(writer, context);
Marshalling\StatelessMarshallingStrategy.cs (1)
432
elementsMarshalling.
GenerateUnmarshalStatement
(writer, context);