1 write to Unmarshal
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
38Unmarshal = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.UnmarshalCapture })
4 references to Unmarshal
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
74.. statements.Unmarshal,
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (1)
87tryStatements.AddRange(statements.Unmarshal);
JSImportCodeGenerator.cs (1)
107tryStatements.AddRange(statements.Unmarshal);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
162tryStatements.AddRange(statements.Unmarshal);