10 references to Catch
Microsoft.CodeAnalysis (8)
CodeGen\ILBuilder.cs (1)
1123
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));
651
case ScopeType.
Catch
:
698
((_handlers.Count > 0) && ((scopeType == ScopeType.
Catch
) || (scopeType == ScopeType.Filter) || (scopeType == ScopeType.Finally) || (scopeType == ScopeType.Fault))));
795
case ScopeType.
Catch
:
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1027
_builder.OpenLocalScope(ScopeType.
Catch
, exceptionType);
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
266
_builder.OpenLocalScope(ScopeType.
Catch
, exceptionType)