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