2 types derived from XmlTextWriter
Microsoft.Build (1)
ProjectWriter.cs (1)
17
internal sealed partial class ProjectWriter :
XmlTextWriter
System.Private.Xml (1)
System\Xml\Dom\XmlDomTextWriter.cs (1)
12
internal sealed class XmlDOMTextWriter :
XmlTextWriter
85 instantiations of XmlTextWriter
Metrics (2)
Program.cs (2)
235
metricFile = new
XmlTextWriter
(outputFile, Encoding.UTF8);
239
metricFile = new
XmlTextWriter
(Console.OpenStandardOutput(), Console.OutputEncoding);
Metrics.Legacy (2)
src\RoslynAnalyzers\Tools\Metrics\Program.cs (2)
235
metricFile = new
XmlTextWriter
(outputFile, Encoding.UTF8);
239
metricFile = new
XmlTextWriter
(Console.OpenStandardOutput(), Console.OutputEncoding);
Microsoft.Build.Tasks.Core (4)
AddToWin32Manifest.cs (1)
171
using (var xmlWriter = new
XmlTextWriter
(ManifestPath, Encoding.UTF8))
BootstrapperUtil\BootstrapperBuilder.cs (1)
2000
using (var xmlwriter = new
XmlTextWriter
(System.IO.Path.Combine(s_logPath, fileName), Encoding.UTF8))
ManifestUtil\ManifestFormatter.cs (1)
27
var w = new
XmlTextWriter
(m, Encoding.UTF8)
ManifestUtil\XmlUtil.cs (1)
118
var w = new
XmlTextWriter
(m, Encoding.UTF8);
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
PDB\PDBWinMdExpTests.vb (1)
201
Dim writer As New System.Xml.
XmlTextWriter
(New StringWriter(builder))
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
111
manifestWriter = new
XmlTextWriter
(appManifestFile, System.Text.Encoding.UTF8)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
107
using (XmlTextWriter writer = new
XmlTextWriter
(memStream, new UTF8Encoding(false)))
PresentationFramework (8)
MS\Internal\LayoutDump.cs (2)
44
XmlTextWriter writer = new
XmlTextWriter
(stringWriter)
105
XmlTextWriter writer = new
XmlTextWriter
(stringWriter)
System\windows\Documents\TextEditorCopyPaste.cs (1)
134
XmlTextWriter xmlWriter = new
XmlTextWriter
(stringWriter);
System\Windows\Documents\TextRangeBase.cs (2)
1461
XmlTextWriter xmlWriter = new
XmlTextWriter
(stringWriter);
1511
XmlTextWriter xamlXmlWriter = new
XmlTextWriter
(xamlStreamWriter);
System\Windows\Documents\WpfPayload.cs (1)
195
XmlTextWriter xmlWriter = new
XmlTextWriter
(stringWriter);
System\Windows\Markup\XamlWriter.cs (2)
78
XmlTextWriter xmlWriter = new
XmlTextWriter
(writer);
103
XmlTextWriter xmlWriter = new
XmlTextWriter
(stream, null);
ReachFramework (18)
AlphaFlattener\Flattener.cs (3)
457
XmlTextWriter writer = new System.Xml.
XmlTextWriter
(stream, System.Text.Encoding.UTF8)
475
System.Xml.XmlTextWriter resWriter = new System.Xml.
XmlTextWriter
(resString)
483
System.Xml.XmlTextWriter bodyWriter = new System.Xml.
XmlTextWriter
(bodyString)
Packaging\PartEditor.cs (1)
251
_xmlWriter = new
XmlTextWriter
(stream, System.Text.Encoding.UTF8);
Packaging\XpsFixedDocumentReaderWriter.cs (1)
1122
using (XmlTextWriter writer = new
XmlTextWriter
(stream, System.Text.Encoding.UTF8))
Packaging\XpsFixedPageReaderWriter.cs (3)
461
_resourceXmlWriter = new
XmlTextWriter
(_resourceStream);
463
_resourceDictionaryXmlWriter = new
XmlTextWriter
(_resourceDictionaryStream);
466
_pageXmlWriter = new
XmlTextWriter
(_pageStream);
Serialization\Manager\NullPackagingPolicy.cs (6)
79
_currentDSWriter = new
XmlTextWriter
(_currentFixedDocumentSequenceWriter);
142
_currentFDWriter = new
XmlTextWriter
(_currentFixedDocumentWriter);
211
_currentFPWriter = new
XmlTextWriter
(_currentFixedPageWriter);
214
_resourceXmlWriter = new
XmlTextWriter
(_resourceStream);
216
_resourceDictionaryXmlWriter = new
XmlTextWriter
(_resourceDictionaryStream);
218
_pageXmlWriter = new
XmlTextWriter
(_pageStream);
Serialization\Manager\ReachSerializationUtils.cs (1)
1057
_linkXmlWriter = new
XmlTextWriter
(_linkStream);
Serialization\Manager\XpsOMPackagingPolicy.cs (2)
248
_currentResourceXmlWriter = new
XmlTextWriter
(_currentResourceStream);
249
_currentPageContentXmlWriter = new
XmlTextWriter
(_currentPageContentStream);
Serialization\VisualSerializer.cs (1)
675
XmlTextWriter xwriter = new
XmlTextWriter
(swriter)
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationSection.cs (1)
59
XmlTextWriter writer = new
XmlTextWriter
(strWriter)
System.Data.Common (37)
System\Data\Common\ObjectStorage.cs (1)
490
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
123
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
157
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
121
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
233
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
124
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
159
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
231
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
232
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
124
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
232
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
232
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
233
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
232
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
230
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
185
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\Common\SqlUDTStorage.cs (1)
209
using (XmlTextWriter xmlTextWriter = new
XmlTextWriter
(strwriter))
System\Data\DataSet.cs (12)
404
XmlTextWriter w = new
XmlTextWriter
(strWriter);
1454
XmlTextWriter writer = new
XmlTextWriter
(strWriter);
1472
XmlTextWriter w = new
XmlTextWriter
(strWriter);
1491
XmlTextWriter writer = new
XmlTextWriter
(strWriter);
1508
XmlTextWriter writer = new
XmlTextWriter
(strWriter);
1988
XmlTextWriter xw = new
XmlTextWriter
(fileName, null);
2011
XmlTextWriter w = new
XmlTextWriter
(stream, null);
2026
XmlTextWriter w = new
XmlTextWriter
(writer);
2919
XmlTextWriter w = new
XmlTextWriter
(stream, null);
2932
XmlTextWriter w = new
XmlTextWriter
(writer);
2972
XmlTextWriter xw = new
XmlTextWriter
(fileName, null);
3531
XmlWriter writer = new
XmlTextWriter
(stream, null);
System\Data\DataTable.cs (7)
5356
XmlTextWriter w = new
XmlTextWriter
(stream, null);
5376
XmlTextWriter w = new
XmlTextWriter
(writer);
5470
using (XmlTextWriter xw = new
XmlTextWriter
(fileName, null))
5499
XmlTextWriter w = new
XmlTextWriter
(stream, null);
5518
XmlTextWriter w = new
XmlTextWriter
(writer);
5626
XmlTextWriter xw = new
XmlTextWriter
(fileName, null);
6731
XmlWriter writer = new
XmlTextWriter
(stream, null);
System\Data\xmlsaver.cs (1)
858
xw = new
XmlTextWriter
(_filePath + _fileName + "_" + _prefixes[ns] + ".xsd", null);
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\XmlWriterTraceListener.cs (1)
163
_xmlBlobWriter = new
XmlTextWriter
(new StringWriter(_strBldr, CultureInfo.CurrentCulture));
System.Private.Xml (3)
System\Xml\Core\XmlReader.cs (1)
1241
XmlTextWriter w =
new
(sw);
System\Xml\Schema\XmlSchema.cs (2)
107
XmlTextWriter xmlWriter = new
XmlTextWriter
(stream, null);
125
XmlTextWriter xmlWriter = new
XmlTextWriter
(writer);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
134
XmlWriter writer = new
XmlTextWriter
(ms, null);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (2)
326
XmlTextWriter xmlWriter = new
XmlTextWriter
(writer);
495
XmlTextWriter xmlWriter = new
XmlTextWriter
(writer);
System.Windows.Forms (3)
System\Resources\ResXResourceWriter.cs (3)
157
_xmlTextWriter = new
XmlTextWriter
(_textWriter);
161
_xmlTextWriter = new
XmlTextWriter
(_stream, Encoding.UTF8);
166
_xmlTextWriter = new
XmlTextWriter
(_fileName, Encoding.UTF8);
135 references to XmlTextWriter
Metrics (4)
MetricsOutputWriter.cs (3)
20
public static void WriteMetricFile(ImmutableArray<(string, CodeAnalysisMetricData)> data,
XmlTextWriter
writer)
52
private static void WriteMetricData(CodeAnalysisMetricData data,
XmlTextWriter
writer)
167
private static void WriteMetric(string name, string value,
XmlTextWriter
writer)
Program.cs (1)
224
XmlTextWriter
? metricFile = null;
Metrics.Legacy (4)
src\RoslynAnalyzers\Tools\Metrics\MetricsOutputWriter.cs (3)
20
public static void WriteMetricFile(ImmutableArray<(string, CodeAnalysisMetricData)> data,
XmlTextWriter
writer)
52
private static void WriteMetricData(CodeAnalysisMetricData data,
XmlTextWriter
writer)
167
private static void WriteMetric(string name, string value,
XmlTextWriter
writer)
src\RoslynAnalyzers\Tools\Metrics\Program.cs (1)
224
XmlTextWriter
? metricFile = null;
Microsoft.Build.Tasks.Core (4)
AddToWin32Manifest.cs (1)
171
using (
var
xmlWriter = new XmlTextWriter(ManifestPath, Encoding.UTF8))
BootstrapperUtil\BootstrapperBuilder.cs (1)
2000
using (
var
xmlwriter = new XmlTextWriter(System.IO.Path.Combine(s_logPath, fileName), Encoding.UTF8))
ManifestUtil\ManifestFormatter.cs (1)
27
var
w = new XmlTextWriter(m, Encoding.UTF8)
ManifestUtil\XmlUtil.cs (1)
118
var
w = new XmlTextWriter(m, Encoding.UTF8);
netstandard (1)
netstandard.cs (1)
2504
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlTextWriter
))]
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
76
XmlTextWriter
manifestWriter = null;
MS\Internal\Localization\LocalizationParserHooks.cs (1)
107
using (
XmlTextWriter
writer = new XmlTextWriter(memStream, new UTF8Encoding(false)))
PresentationFramework (48)
MS\Internal\LayoutDump.cs (35)
44
XmlTextWriter
writer = new XmlTextWriter(stringWriter)
65
internal static void DumpLayoutAndVisualTree(
XmlTextWriter
writer, string tagName, Visual root)
105
XmlTextWriter
writer = new XmlTextWriter(stringWriter)
126
internal static void DumpLayoutTree(
XmlTextWriter
writer, string tagName, UIElement root)
168
internal delegate bool DumpCustomUIElement(
XmlTextWriter
writer, UIElement element, bool uiElementsOnly);
173
internal delegate void DumpCustomDocumentPage(
XmlTextWriter
writer, DocumentPage page);
198
internal static void DumpVisual(
XmlTextWriter
writer, Visual visual, Visual parent)
241
private static void DumpUIElement(
XmlTextWriter
writer, UIElement element, Visual parent, bool uiElementsOnly)
295
internal static void DumpDocumentPage(
XmlTextWriter
writer, DocumentPage page, Visual parent)
333
private static void DumpVisualChildren(
XmlTextWriter
writer, string tagName, Visual visualParent)
354
internal static void DumpUIElementChildren(
XmlTextWriter
writer, string tagName, Visual visualParent)
378
internal static void DumpPoint(
XmlTextWriter
writer, string tagName, Point point)
389
internal static void DumpSize(
XmlTextWriter
writer, string tagName, Size size)
400
internal static void DumpRect(
XmlTextWriter
writer, string tagName, Rect rect)
461
private static bool DumpDocumentPageView(
XmlTextWriter
writer, UIElement element, bool uiElementsOnly)
477
private static bool DumpText(
XmlTextWriter
writer, UIElement element, bool uiElementsOnly)
510
private static bool DumpFlowDocumentScrollViewer(
XmlTextWriter
writer, UIElement element, bool uiElementsOnly)
536
private static bool DumpFlowDocumentView(
XmlTextWriter
writer, UIElement element, bool uiElementsOnly)
576
private static void DumpFlowDocumentPage(
XmlTextWriter
writer, DocumentPage page)
597
private static void DumpTextRange(
XmlTextWriter
writer, string content)
611
private static void DumpTextRange(
XmlTextWriter
writer, ITextPointer start, ITextPointer end)
625
private static void DumpLineRange(
XmlTextWriter
writer, int cpStart, int cpEnd, int cpContentEnd, int cpEllipses)
644
private static void DumpLineResults(
XmlTextWriter
writer, ReadOnlyCollection<LineResult> lines, Visual visualParent)
685
private static void DumpParagraphResults(
XmlTextWriter
writer, string tagName, ReadOnlyCollection<ParagraphResult> paragraphs, Visual visualParent)
733
private static void DumpTextParagraphResult(
XmlTextWriter
writer, TextParagraphResult paragraph, Visual visualParent)
755
private static void DumpContainerParagraphResult(
XmlTextWriter
writer, ContainerParagraphResult paragraph, Visual visualParent)
773
private static void DumpFloaterParagraphResult(
XmlTextWriter
writer, FloaterParagraphResult paragraph, Visual visualParent)
791
private static void DumpUIElementParagraphResult(
XmlTextWriter
writer, UIElementParagraphResult paragraph, Visual visualParent)
808
private static void DumpFigureParagraphResult(
XmlTextWriter
writer, FigureParagraphResult paragraph, Visual visualParent)
826
private static void DumpTableParagraphResult(
XmlTextWriter
writer, TableParagraphResult paragraph, Visual visualParent)
855
private static void DumpSubpageParagraphResult(
XmlTextWriter
writer, SubpageParagraphResult paragraph, Visual visualParent)
873
private static void DumpColumnResults(
XmlTextWriter
writer, ReadOnlyCollection<ColumnResult> columns, Visual visualParent)
899
private static Visual DumpParagraphOffset(
XmlTextWriter
writer, ParagraphResult paragraph, Visual visualParent)
927
private static void DumpTableCalculatedMetrics(
XmlTextWriter
writer, object element)
944
private static void DumpTableCell(
XmlTextWriter
writer, ParagraphResult paragraph, Visual cellVisual, Visual tableVisual)
System\windows\Documents\TextEditorCopyPaste.cs (1)
134
XmlTextWriter
xmlWriter = new XmlTextWriter(stringWriter);
System\Windows\Documents\TextRangeBase.cs (2)
1461
XmlTextWriter
xmlWriter = new XmlTextWriter(stringWriter);
1511
XmlTextWriter
xamlXmlWriter = new XmlTextWriter(xamlStreamWriter);
System\Windows\Documents\TextRangeSerialization.cs (5)
60
if (xmlWriter is
XmlTextWriter
)
62
saveWriterFormatting = ((
XmlTextWriter
)xmlWriter).Formatting;
63
((
XmlTextWriter
)xmlWriter).Formatting = Formatting.None;
107
if (xmlWriter is
XmlTextWriter
)
109
((
XmlTextWriter
)xmlWriter).Formatting = saveWriterFormatting;
System\Windows\Documents\WpfPayload.cs (1)
195
XmlTextWriter
xmlWriter = new XmlTextWriter(stringWriter);
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
159
_xmlTextWriter = writer as
XmlTextWriter
;
1666
private
XmlTextWriter
_xmlTextWriter;
System\Windows\Markup\XamlWriter.cs (2)
78
XmlTextWriter
xmlWriter = new XmlTextWriter(writer);
103
XmlTextWriter
xmlWriter = new XmlTextWriter(stream, null);
ReachFramework (10)
AlphaFlattener\Flattener.cs (3)
457
XmlTextWriter
writer = new System.Xml.XmlTextWriter(stream, System.Text.Encoding.UTF8)
475
System.Xml.
XmlTextWriter
resWriter = new System.Xml.XmlTextWriter(resString)
483
System.Xml.
XmlTextWriter
bodyWriter = new System.Xml.XmlTextWriter(bodyString)
Packaging\PartEditor.cs (2)
188
internal
XmlTextWriter
XmlWriter
321
private
XmlTextWriter
_xmlWriter;
Packaging\XpsFixedDocumentReaderWriter.cs (2)
849
XmlTextWriter
xmlWriter = _partEditor.XmlWriter;
1122
using (
XmlTextWriter
writer = new XmlTextWriter(stream, System.Text.Encoding.UTF8))
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (1)
481
XmlTextWriter
xmlWriter = _partEditor.XmlWriter;
Serialization\Manager\NullPackagingPolicy.cs (1)
938
XmlTextWriter
_currentDSWriter;
Serialization\VisualSerializer.cs (1)
675
XmlTextWriter
xwriter = new XmlTextWriter(swriter)
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationSection.cs (1)
59
XmlTextWriter
writer = new XmlTextWriter(strWriter)
System.Data.Common (40)
System\Data\Common\ObjectStorage.cs (1)
490
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
123
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
157
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
121
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
233
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
124
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
159
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
231
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
232
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
124
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
232
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
232
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
233
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
232
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
230
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
185
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\Common\SqlUDTStorage.cs (1)
209
using (
XmlTextWriter
xmlTextWriter = new XmlTextWriter(strwriter))
System\Data\DataSet.cs (11)
404
XmlTextWriter
w = new XmlTextWriter(strWriter);
1454
XmlTextWriter
writer = new XmlTextWriter(strWriter);
1472
XmlTextWriter
w = new XmlTextWriter(strWriter);
1491
XmlTextWriter
writer = new XmlTextWriter(strWriter);
1508
XmlTextWriter
writer = new XmlTextWriter(strWriter);
1988
XmlTextWriter
xw = new XmlTextWriter(fileName, null);
2011
XmlTextWriter
w = new XmlTextWriter(stream, null);
2026
XmlTextWriter
w = new XmlTextWriter(writer);
2919
XmlTextWriter
w = new XmlTextWriter(stream, null);
2932
XmlTextWriter
w = new XmlTextWriter(writer);
2972
XmlTextWriter
xw = new XmlTextWriter(fileName, null);
System\Data\DataTable.cs (6)
5356
XmlTextWriter
w = new XmlTextWriter(stream, null);
5376
XmlTextWriter
w = new XmlTextWriter(writer);
5470
using (
XmlTextWriter
xw = new XmlTextWriter(fileName, null))
5499
XmlTextWriter
w = new XmlTextWriter(stream, null);
5518
XmlTextWriter
w = new XmlTextWriter(writer);
5626
XmlTextWriter
xw = new XmlTextWriter(fileName, null);
System\Data\xmlsaver.cs (6)
865
if (xw is
XmlTextWriter
)
867
((
XmlTextWriter
)xw).Formatting = Formatting.Indented;
1086
XmlTextWriter
? textw = xw as
XmlTextWriter
;
3143
XmlTextWriter
? textWriter = _xmltextWriter as
XmlTextWriter
;
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\XmlWriterTraceListener.cs (1)
22
private
XmlTextWriter
? _xmlBlobWriter;
System.Private.Xml (12)
System\Xml\Core\XmlReader.cs (7)
1119
using (
XmlTextWriter
xtw = CreateWriterForInnerOuterXml(sw))
1137
private void WriteNode(
XmlTextWriter
xtw, bool defattr)
1188
private void WriteAttributeValue(
XmlTextWriter
xtw)
1222
using (
XmlTextWriter
xtw = CreateWriterForInnerOuterXml(sw))
1239
private
XmlTextWriter
CreateWriterForInnerOuterXml(StringWriter sw)
1241
XmlTextWriter
w = new(sw);
1247
private void SetNamespacesFlag(
XmlTextWriter
xtw)
System\Xml\Core\XmlReaderAsync.cs (3)
193
using (
XmlTextWriter
xtw = CreateWriterForInnerOuterXml(sw))
211
private async Task WriteNodeAsync(
XmlTextWriter
xtw, bool defattr)
276
using (
XmlTextWriter
xtw = CreateWriterForInnerOuterXml(sw))
System\Xml\Schema\XmlSchema.cs (2)
107
XmlTextWriter
xmlWriter = new XmlTextWriter(stream, null);
125
XmlTextWriter
xmlWriter = new XmlTextWriter(writer);
System.Private.Xml.Linq (2)
System\Xml\Linq\XElement.cs (2)
1309
/// Write this <see cref="XElement"/> to the passed in <see cref="
XmlTextWriter
"/>.
1312
/// The <see cref="
XmlTextWriter
"/> to write this <see cref="XElement"/> to.
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (2)
326
XmlTextWriter
xmlWriter = new XmlTextWriter(writer);
495
XmlTextWriter
xmlWriter = new XmlTextWriter(writer);
System.Windows.Forms (2)
System\Resources\ResXResourceWriter.cs (2)
91
private
XmlTextWriter
? _xmlTextWriter;
237
private
XmlTextWriter
Writer
System.Xml (1)
System.Xml.cs (1)
233
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlTextWriter
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
161
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlTextWriter
))]