Base:
property
Type
Microsoft.CodeAnalysis.CodeGen.ILBuilder.LocalScopeInfo.Type
6 references to Type
Microsoft.CodeAnalysis (6)
CodeGen\ILBuilder.cs (1)
408if (srcHandler.Type == ScopeType.Try)
CodeGen\LocalScopeManager.cs (5)
734if (_handlers[1].Type == ScopeType.Finally) 768Debug.Assert(handlerScope.Type == ScopeType.Try); 787switch (handlerScope.Type) 806throw ExceptionUtilities.UnexpectedValue(handlerScope.Type); 847if (handlers.Count != 2 || handlers[1].Type != ScopeType.Finally)