1 write to End
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
869
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
);
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);