30 references to XText
Microsoft.AspNetCore.OpenApi.SourceGenerators (7)
XmlComments\XmlComment.cs (7)
94
element.ReplaceWith(new
XText
(bulletText));
108
element.ReplaceWith(new
XText
(codeBlockDelimiter + codeText + codeBlockDelimiter));
126
element.ReplaceWith(new
XText
(paramName));
141
element.ReplaceWith(new
XText
(paramName));
155
element.ReplaceWith(new
XText
(paraText));
200
item.ReplaceWith(new
XText
(type));
228
item.ReplaceWith(new
XText
($"`{langword}`"));
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxFactory.cs (1)
1208
string encoded = new
XText
(value).ToString();
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxFactory.vb (1)
902
Dim encoded As String = New
XText
(value).ToString()
NuGet.Configuration (5)
Settings\SettingText.cs (1)
91
return new
XText
(Value);
Utility\XElementUtility.cs (4)
98
element.AddBeforeSelf(new
XText
(childIndent));
104
container.Add(new
XText
(containerIndent));
115
container.Add(new
XText
(containerIndent + oneIndentLevel));
125
container.Add(new
XText
(containerIndent));
NuGet.PackageManagement (4)
Utility\XElementExtensions.cs (4)
278
container.Add(new
XText
(containerIndent));
287
container.Add(new
XText
(containerIndent + oneIndentLevel));
300
element.AddBeforeSelf(new
XText
(childIndent));
306
container.Add(new
XText
(containerIndent));
System.Private.Xml.Linq (12)
System\Xml\Linq\XCData.cs (1)
18
public XCData(string value) :
base
(value) { }
System\Xml\Linq\XContainer.cs (7)
75
XText t = new
XText
(s);
550
AppendNode(new
XText
(s));
579
AppendNode(new
XText
(s));
607
AppendNodeSkipNotify(new
XText
(s));
737
XText t = new
XText
(s);
1078
newNode = new
XText
(r.Value);
1194
newNode = new
XText
(await r.GetValueAsync().ConfigureAwait(false));
System\Xml\Linq\XLinq.cs (3)
41
InsertNode(new
XText
(_text));
71
InsertNode(new
XText
(_text));
139
InsertNode(new
XText
(_text));
System\Xml\Linq\XNode.cs (1)
481
ret = new
XText
(reader.Value);