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