1 write to Marshal
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
34
Marshal
= 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)
100
tryStatements.AddRange(statements.
Marshal
);
JSImportCodeGenerator.cs (1)
95
tryStatements.AddRange(statements.
Marshal
);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
135
List<StatementSyntax> tryStatements = [.. statements.
Marshal
];