1 write to NotifyForSuccessfulInvoke
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
40NotifyForSuccessfulInvoke = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.NotifyForSuccessfulInvoke }),
4 references to NotifyForSuccessfulInvoke
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
76.. statements.NotifyForSuccessfulInvoke,
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (1)
98tryStatements.AddRange(statements.NotifyForSuccessfulInvoke);
JSImportCodeGenerator.cs (1)
106tryStatements.AddRange(statements.NotifyForSuccessfulInvoke);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
152tryStatements.AddRange(statements.NotifyForSuccessfulInvoke);