2 overrides of GenerateSetupStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
139
public override void
GenerateSetupStatement
(IndentedTextWriter writer, StubIdentifierContext context)
359
public override void
GenerateSetupStatement
(IndentedTextWriter writer, StubIdentifierContext context)
2 references to GenerateSetupStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
247
elementsMarshalling.
GenerateSetupStatement
(writer, context);
Marshalling\StatelessMarshallingStrategy.cs (1)
406
elementsMarshalling.
GenerateSetupStatement
(writer, context);