11 references to EmptyStatement
Microsoft.Interop.SourceGeneration (11)
GeneratedStatements.cs (1)
37InvokeStatement = EmptyStatement(),
Marshalling\BlittableMarshaller.cs (1)
59EmptyStatement()
Marshalling\ElementsMarshalling.cs (5)
243public override StatementSyntax GenerateElementCleanupStatement(StubIdentifierContext context) => EmptyStatement(); 244public override StatementSyntax GenerateSetupStatement(StubIdentifierContext context) => EmptyStatement(); 394return EmptyStatement(); 587return EmptyStatement(); 622: EmptyStatement();
Marshalling\StatefulMarshallingStrategy.cs (1)
161EmptyStatement());
Marshalling\StatelessMarshallingStrategy.cs (1)
342yield return EmptyStatement();
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
95EmptyStatement());
Utils\SyntaxFactoryExtensions.cs (1)
118return ForStatement(EmptyStatement())