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