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