4 references to GetCurrentPositionNotBelongToEndOfFileToken
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpIndentationService.Indenter.cs (2)
192
var position = indenter.
GetCurrentPositionNotBelongToEndOfFileToken
(indenter.LineToBeIndented.Start);
476
var position = indenter.
GetCurrentPositionNotBelongToEndOfFileToken
(indenter.LineToBeIndented.Start);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
VisualBasicIndentationService.Indenter.vb (2)
113
Dim position = indenter.
GetCurrentPositionNotBelongToEndOfFileToken
(indenter.LineToBeIndented.Start)
265
position = indenter.
GetCurrentPositionNotBelongToEndOfFileToken
(position)