4 references to AdjustPositionForComponentEndTag
Microsoft.CodeAnalysis.Remote.Razor (4)
FindAllReferences\RemoteFindAllReferencesService.cs (1)
62hostDocumentIndex = codeDocument.AdjustPositionForComponentEndTag(hostDocumentIndex);
GoToDefinition\RemoteGoToDefinitionService.cs (1)
59hostDocumentIndex = codeDocument.AdjustPositionForComponentEndTag(hostDocumentIndex);
Hover\RemoteHoverService.cs (1)
60hostDocumentIndex = codeDocument.AdjustPositionForComponentEndTag(hostDocumentIndex);
Rename\RemoteRenameService.cs (1)
62hostDocumentIndex = codeDocument.AdjustPositionForComponentEndTag(hostDocumentIndex);