3 writes to InvokeStatement
Microsoft.Interop.SourceGeneration (3)
GeneratedStatements.cs (3)
37InvokeStatement = EmptyStatement(), 56InvokeStatement = GenerateStatementForNativeInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke) 63InvokeStatement = GenerateStatementForManagedInvoke(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Invoke }, expressionToInvoke)
3 references to InvokeStatement
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
75statements.InvokeStatement,
Microsoft.Interop.SourceGeneration (2)
ManagedToNativeStubGenerator.cs (2)
144fixedBlock = fixedBlock.AddStatements(clearLastError, statements.InvokeStatement, getLastError); 148fixedBlock = fixedBlock.AddStatements(statements.InvokeStatement);