1 write to ManagedExceptionCatchClauses
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
44
ManagedExceptionCatchClauses
= GenerateCatchClauseForManagedException(marshallers, context)
2 references to ManagedExceptionCatchClauses
Microsoft.Interop.ComInterfaceGenerator (2)
UnmanagedToManagedStubGenerator.cs (2)
61
|| !statements.
ManagedExceptionCatchClauses
.IsEmpty;
83
SyntaxList<CatchClauseSyntax> catchClauses = List(statements.
ManagedExceptionCatchClauses
);