1 write to Marshal
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
34Marshal = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Marshal }),
4 references to Marshal
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
77.. statements.Marshal,
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (1)
100tryStatements.AddRange(statements.Marshal);
JSImportCodeGenerator.cs (1)
95tryStatements.AddRange(statements.Marshal);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
135List<StatementSyntax> tryStatements = [.. statements.Marshal];