5 references to NotifyForSuccessfulInvoke
Microsoft.Interop.ComInterfaceGenerator (1)
Marshallers\KeepAliveThisMarshaller.cs (1)
20if (context.CurrentStage != StubIdentifierContext.Stage.NotifyForSuccessfulInvoke)
Microsoft.Interop.SourceGeneration (4)
GeneratedStatements.cs (2)
45NotifyForSuccessfulInvoke = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.NotifyForSuccessfulInvoke }), 260StubIdentifierContext.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: