1 write to End
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
867
this.
End
= end;
13 references to End
Microsoft.CodeAnalysis (13)
CodeGen\LocalScopeManager.cs (13)
125
int expectedRootScopeLength = rootBounds.
End
- rootBounds.Begin;
270
end = Math.Max(end, bounds.
End
);
294
end = Math.Max(end, bounds.
End
);
453
end = Math.Max(end, nestedBounds.
End
);
498
end = Math.Max(end, nestedBounds.
End
);
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);