7 references to Invoke
Microsoft.Interop.SourceGeneration (7)
GeneratedStatements.cs (7)
56
InvokeStatement = GenerateStatementForNativeInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Invoke
}, expressionToInvoke)
63
InvokeStatement = GenerateStatementForManagedInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Invoke
}, expressionToInvoke)
89
InvokeStatement = GenerateStatementForProperty(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Invoke
}, propertyAccess, isSetter)
114
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
148
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
175
if (context.CurrentStage != StubIdentifierContext.Stage.
Invoke
)
237
StubIdentifierContext.Stage.
Invoke
=> "Call the P/Invoke.",