4 writes to Writer
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
116
Writer
= writer;
177
Writer
= _attrCache;
419
Writer
= _seqwrt!.StartTree(rootType, _nsmgr, _runtime.NameTable);
432
Writer
= null;
16 references to Writer
System.Private.Xml (16)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (15)
113
if (
Writer
is XmlAttributeCache)
114
_attrCache = (XmlAttributeCache)
Writer
;
176
_attrCache.Init(
Writer
!);
447
Writer
!.WriteStartElement(prefix, localName, ns);
474
Writer
!.StartElementContent();
484
Writer
!.WriteEndElement(prefix, localName, ns);
504
Writer
!.WriteStartAttribute(prefix, localName, ns);
523
Writer
!.WriteEndAttribute();
546
Writer
!.WriteNamespaceDeclaration(prefix, ns);
572
Writer
!.WriteString(text);
581
Writer
!.WriteRaw(text);
811
Writer
!.WriteComment(_nodeText.GetResult());
854
Writer
!.WriteProcessingInstruction(_piTarget!, _nodeText.GetResult());
1145
XmlAttributeCache? attrCache =
Writer
as XmlAttributeCache;
1321
Writer
!.WriteNamespaceDeclaration(prefix!, ns!);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
1016
events = (XmlEventCache)_output.
Writer
!;