2 references to GetCurrentPositionNotBelongToEndOfFileToken
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (2)
188
var position = indenter.
GetCurrentPositionNotBelongToEndOfFileToken
(indenter.LineToBeIndented.Start);
471
var position = indenter.
GetCurrentPositionNotBelongToEndOfFileToken
(indenter.LineToBeIndented.Start);