1 write to Begin
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
866this.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); 788region = new Cci.ExceptionHandlerRegionFinally(tryBounds.Begin, tryBounds.End, handlerBounds.Begin, handlerBounds.End); 792region = new Cci.ExceptionHandlerRegionFault(tryBounds.Begin, tryBounds.End, handlerBounds.Begin, handlerBounds.End); 796region = new Cci.ExceptionHandlerRegionCatch(tryBounds.Begin, tryBounds.End, handlerBounds.Begin, handlerBounds.End, handlerScope.ExceptionType); 800region = new Cci.ExceptionHandlerRegionFilter(tryBounds.Begin, tryBounds.End, handlerScope.FilterHandlerStart, handlerBounds.End, handlerBounds.Begin);