namespace Microsoft.CodeAnalysis.FlowAnalysis;
public interface ICaughtExceptionOperation : IOperation
{
}