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