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