1 type derived from XText
System.Private.Xml.Linq (1)
24 instantiations of XText
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.VisualStudio.LanguageServices (6)
Snippets\SnippetExpansionClient.cs (6)
659new XElement(snippetNamespace + "ID", new XText(parameter.Name)),
660new XElement(snippetNamespace + "Default", new XText(parameterValues.GetValueOrDefault(parameter.Name, "")))));
671new XElement(snippetNamespace + "ID", new XText(PlaceholderSnippetField)),
672new XElement(snippetNamespace + "Default", new XText(""))));
694new XElement(snippetNamespace + "Title", new XText(methodName)),
695new XElement(snippetNamespace + "Description", new XText(s_fullMethodCallDescriptionSentinel))),
System.Private.Xml.Linq (13)
XmlFileLogger (2)
62 references to XText
ConfigurationSchemaGenerator (1)
Microsoft.AspNetCore.DataProtection.Tests (7)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Microsoft.DotNet.SourceBuild.Tasks (1)
netstandard (1)
System.ComponentModel.TypeConverter (2)
System.Private.Xml.Linq (44)
System.Xml.Linq (1)
System.Xml.XDocument (1)