2 overrides of GenerateSetupStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
245
public override StatementSyntax
GenerateSetupStatement
(StubIdentifierContext context) => EmptyStatement();
608
public override StatementSyntax
GenerateSetupStatement
(StubIdentifierContext context)
2 references to GenerateSetupStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
415
var elementsSetup = elementsMarshalling.
GenerateSetupStatement
(context);
Marshalling\StatelessMarshallingStrategy.cs (1)
689
var elementsSetup = elementsMarshalling.
GenerateSetupStatement
(context);