1 write to Begin
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
868this.Begin = begin;
13 references to Begin
Microsoft.CodeAnalysis (13)
CodeGen\LocalScopeManager.cs (13)
125int expectedRootScopeLength = rootBounds.End - rootBounds.Begin; 269begin = Math.Min(begin, bounds.Begin); 293begin = Math.Min(begin, bounds.Begin); 452begin = Math.Min(begin, nestedBounds.Begin); 497begin = Math.Min(begin, nestedBounds.Begin); 790region = new Cci.ExceptionHandlerRegionFinally(tryBounds.Begin, tryBounds.End, handlerBounds.Begin, handlerBounds.End); 794region = new Cci.ExceptionHandlerRegionFault(tryBounds.Begin, tryBounds.End, handlerBounds.Begin, handlerBounds.End); 798region = new Cci.ExceptionHandlerRegionCatch(tryBounds.Begin, tryBounds.End, handlerBounds.Begin, handlerBounds.End, handlerScope.ExceptionType); 802region = new Cci.ExceptionHandlerRegionFilter(tryBounds.Begin, tryBounds.End, handlerScope.FilterHandlerStart, handlerBounds.End, handlerBounds.Begin);