7 references to Invoke
Microsoft.Interop.SourceGeneration (7)
GeneratedStatements.cs (7)
62InvokeStatement = GenerateStatementForNativeInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke) 69InvokeStatement = GenerateStatementForManagedInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke) 95InvokeStatement = GenerateStatementForProperty(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, propertyAccess, isSetter) 132if (context.CurrentStage != StubIdentifierContext.Stage.Invoke) 166if (context.CurrentStage != StubIdentifierContext.Stage.Invoke) 193if (context.CurrentStage != StubIdentifierContext.Stage.Invoke) 255StubIdentifierContext.Stage.Invoke => "Call the P/Invoke.",