1 write to ErrorUnmarshal
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
42ErrorUnmarshal = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.Unmarshal }, errorHandlingOnly: true),
3 references to ErrorUnmarshal
Microsoft.Interop.SourceGeneration (3)
ManagedToNativeStubGenerator.cs (2)
178&& (!statements.ErrorUnmarshalCapture.IsEmpty || !statements.ErrorUnmarshal.IsEmpty)) 191tryStatements.AddRange(statements.ErrorUnmarshal);
UnmanagedToManagedStubGenerator.cs (1)
127.. statements.ErrorUnmarshal,