5 references to Invoke
Microsoft.Interop.SourceGeneration (5)
GeneratedStatements.cs (5)
56
InvokeStatement = GenerateStatementForNativeInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Invoke
}, expressionToInvoke)
63
InvokeStatement = GenerateStatementForManagedInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Invoke
}, expressionToInvoke)
93
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
127
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
183
StubIdentifierContext.Stage.
Invoke
=> "Call the P/Invoke.",