3 writes to InvokeStatement
Microsoft.Interop.SourceGeneration (3)
GeneratedStatements.cs (3)
37
InvokeStatement
= EmptyStatement(),
56
InvokeStatement
= GenerateStatementForNativeInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke)
63
InvokeStatement
= GenerateStatementForManagedInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke)
3 references to InvokeStatement
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
75
statements.
InvokeStatement
,
Microsoft.Interop.SourceGeneration (2)
ManagedToNativeStubGenerator.cs (2)
144
fixedBlock = fixedBlock.AddStatements(clearLastError, statements.
InvokeStatement
, getLastError);
148
fixedBlock = fixedBlock.AddStatements(statements.
InvokeStatement
);