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