1 write to Unmarshal
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
43Unmarshal = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.UnmarshalCapture })
2 references to Unmarshal
Microsoft.Interop.SourceGeneration (2)
ManagedToNativeStubGenerator.cs (1)
201tryStatements.AddRange(statements.Unmarshal);
UnmanagedToManagedStubGenerator.cs (1)
129.. statements.Unmarshal,