4 writes to InvokeStatement
Microsoft.Interop.SourceGeneration (4)
GeneratedStatements.cs (4)
40
InvokeStatement
= EmptyStatement(),
62
InvokeStatement
= GenerateStatementForNativeInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke)
69
InvokeStatement
= GenerateStatementForManagedInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke)
95
InvokeStatement
= GenerateStatementForProperty(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, propertyAccess, isSetter)
3 references to InvokeStatement
Microsoft.Interop.SourceGeneration (3)
ManagedToNativeStubGenerator.cs (2)
167
fixedBlock = fixedBlock.AddStatements(clearLastError, statements.
InvokeStatement
, getLastError);
171
fixedBlock = fixedBlock.AddStatements(statements.
InvokeStatement
);
UnmanagedToManagedStubGenerator.cs (1)
130
statements.
InvokeStatement
,