8 references to Catch
Microsoft.CodeAnalysis (8)
CodeGen\ILBuilder.cs (1)
1134
case ScopeType.
Catch
:
CodeGen\LocalScopeManager.cs (7)
83
case ScopeType.
Catch
:
239
case ScopeType.
Catch
:
561
Debug.Assert((type == ScopeType.Try) || (type == ScopeType.
Catch
) || (type == ScopeType.Filter) || (type == ScopeType.Finally) || (type == ScopeType.Fault));
562
Debug.Assert((type == ScopeType.
Catch
) == (exceptionType != null));
653
case ScopeType.
Catch
:
700
((_handlers.Count > 0) && ((scopeType == ScopeType.
Catch
) || (scopeType == ScopeType.Filter) || (scopeType == ScopeType.Finally) || (scopeType == ScopeType.Fault))));
797
case ScopeType.
Catch
: