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