7 references to NotifyForSuccessfulInvoke
Microsoft.Interop.ComInterfaceGenerator (3)
Marshallers\KeepAliveThisMarshaller.cs (1)
20if (context.CurrentStage != StubIdentifierContext.Stage.NotifyForSuccessfulInvoke)
Marshallers\ManagedHResultExceptionGeneratorResolver.cs (2)
42if (context.CurrentStage != StubIdentifierContext.Stage.NotifyForSuccessfulInvoke) 70if (context.CurrentStage != StubIdentifierContext.Stage.NotifyForSuccessfulInvoke)
Microsoft.Interop.SourceGeneration (4)
GeneratedStatements.cs (2)
40NotifyForSuccessfulInvoke = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.NotifyForSuccessfulInvoke }), 188StubIdentifierContext.Stage.NotifyForSuccessfulInvoke => "Keep alive any managed objects that need to stay alive across the call.",
Marshalling\CustomTypeMarshallingGenerator.cs (1)
54case StubIdentifierContext.Stage.NotifyForSuccessfulInvoke:
Marshalling\DelegateMarshaller.cs (1)
79case StubIdentifierContext.Stage.NotifyForSuccessfulInvoke: