4 writes to InvokeStatement
Microsoft.Interop.SourceGeneration (4)
GeneratedStatements.cs (4)
37InvokeStatement = EmptyStatement(), 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)
3 references to InvokeStatement
Microsoft.Interop.SourceGeneration (3)
ManagedToNativeStubGenerator.cs (2)
144fixedBlock = fixedBlock.AddStatements(clearLastError, statements.InvokeStatement, getLastError); 148fixedBlock = fixedBlock.AddStatements(statements.InvokeStatement);
UnmanagedToManagedStubGenerator.cs (1)
128statements.InvokeStatement,