2 references to GetCurrentPositionNotBelongToEndOfFileToken
Microsoft.CodeAnalysis.CSharp.Workspaces (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);