23 references to XText
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.VisualStudio.LanguageServices (6)
Snippets\SnippetExpansionClient.cs (6)
657new XElement(snippetNamespace + "ID", new XText(parameter.Name)),
658new XElement(snippetNamespace + "Default", new XText(parameterValues.GetValueOrDefault(parameter.Name, "")))));
669new XElement(snippetNamespace + "ID", new XText(PlaceholderSnippetField)),
670new XElement(snippetNamespace + "Default", new XText(""))));
692new XElement(snippetNamespace + "Title", new XText(methodName)),
693new XElement(snippetNamespace + "Description", new XText(s_fullMethodCallDescriptionSentinel))),
System.Private.Xml.Linq (12)
XmlFileLogger (2)