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