11 references to Finally
Microsoft.CodeAnalysis (11)
CodeGen\ILBuilder.cs (2)
1112
if (scopeType == ScopeType.
Finally
)
1136
case ScopeType.
Finally
:
CodeGen\LocalScopeManager.cs (9)
85
case ScopeType.
Finally
:
241
case ScopeType.
Finally
:
561
Debug.Assert((type == ScopeType.Try) || (type == ScopeType.Catch) || (type == ScopeType.Filter) || (type == ScopeType.
Finally
) || (type == ScopeType.Fault));
612
case ScopeType.
Finally
:
657
case ScopeType.
Finally
:
700
((_handlers.Count > 0) && ((scopeType == ScopeType.Catch) || (scopeType == ScopeType.Filter) || (scopeType == ScopeType.
Finally
) || (scopeType == ScopeType.Fault))));
734
if (_handlers[1].Type == ScopeType.
Finally
)
789
case ScopeType.
Finally
:
847
if (handlers.Count != 2 || handlers[1].Type != ScopeType.
Finally
)