1 write to ErrorUnmarshalCapture
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
41
ErrorUnmarshalCapture
= 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))
183
tryStatements.AddRange(statements.
ErrorUnmarshalCapture
);
UnmanagedToManagedStubGenerator.cs (1)
126
.. statements.
ErrorUnmarshalCapture
,