7 references to GetLocalName
Microsoft.CodeAnalysis.EditorFeatures (7)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (7)
139if (GetLocalName(parentStartTag).ValueText.Length > 0 && HasMatchingEndTag(parentElement)) 143InsertTextAndMoveCaret(textView, subjectBuffer, position, "</" + GetLocalName(parentStartTag).ValueText + ">", position); 173var tagName = GetLocalName(startTag).ValueText; 199if (GetLocalName(GetStartTag(grandParentElement)).ValueText == GetLocalName(parentStartTag).ValueText) 219GetLocalName(endTag).ValueText == GetLocalName(startTag).ValueText; 235var elementName = GetLocalName(startTag).ValueText;