1 write to Unmarshal
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
38
Unmarshal
= 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)
87
tryStatements.AddRange(statements.
Unmarshal
);
JSImportCodeGenerator.cs (1)
107
tryStatements.AddRange(statements.
Unmarshal
);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
162
tryStatements.AddRange(statements.
Unmarshal
);