1 write to Begin
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
868
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
);
790
region = new Cci.ExceptionHandlerRegionFinally(tryBounds.
Begin
, tryBounds.End, handlerBounds.
Begin
, handlerBounds.End);
794
region = new Cci.ExceptionHandlerRegionFault(tryBounds.
Begin
, tryBounds.End, handlerBounds.
Begin
, handlerBounds.End);
798
region = new Cci.ExceptionHandlerRegionCatch(tryBounds.
Begin
, tryBounds.End, handlerBounds.
Begin
, handlerBounds.End, handlerScope.ExceptionType);
802
region = new Cci.ExceptionHandlerRegionFilter(tryBounds.
Begin
, tryBounds.End, handlerScope.FilterHandlerStart, handlerBounds.End, handlerBounds.
Begin
);