7 references to Invoke
Microsoft.Interop.SourceGeneration (7)
GeneratedStatements.cs (7)
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)
132
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
166
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
193
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
255
StubIdentifierContext.Stage.
Invoke
=> "Call the P/Invoke.",