1 write to PinnedMarshal
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
36PinnedMarshal = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.PinnedMarshal }),
4 references to PinnedMarshal
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
78.. statements.PinnedMarshal,
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (1)
99tryStatements.AddRange(statements.PinnedMarshal);
JSImportCodeGenerator.cs (1)
96tryStatements.AddRange(statements.PinnedMarshal);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
137BlockSyntax fixedBlock = Block(statements.PinnedMarshal);