4 writes to Writer
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
117
Writer
= writer;
178
Writer
= _attrCache;
420
Writer
= _seqwrt!.StartTree(rootType, _nsmgr, _runtime.NameTable);
433
Writer
= null;
16 references to Writer
System.Private.Xml (16)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (15)
114
if (
Writer
is XmlAttributeCache)
115
_attrCache = (XmlAttributeCache)
Writer
;
177
_attrCache.Init(
Writer
!);
448
Writer
!.WriteStartElement(prefix, localName, ns);
475
Writer
!.StartElementContent();
485
Writer
!.WriteEndElement(prefix, localName, ns);
505
Writer
!.WriteStartAttribute(prefix, localName, ns);
524
Writer
!.WriteEndAttribute();
547
Writer
!.WriteNamespaceDeclaration(prefix, ns);
573
Writer
!.WriteString(text);
582
Writer
!.WriteRaw(text);
812
Writer
!.WriteComment(_nodeText.GetResult());
855
Writer
!.WriteProcessingInstruction(_piTarget!, _nodeText.GetResult());
1146
XmlAttributeCache? attrCache =
Writer
as XmlAttributeCache;
1322
Writer
!.WriteNamespaceDeclaration(prefix!, ns!);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
1016
events = (XmlEventCache)_output.
Writer
!;