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