4 instantiations of XmlUtilWriter
System.Configuration (4)
System\Configuration\MgmtConfigurationRecord.cs (2)
1251XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true); 3130XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true);
System\Configuration\XmlUtil.cs (2)
979XmlUtilWriter utilWriter = new XmlUtilWriter(_cachedStringWriter, false); 1013XmlUtilWriter utilWriter = new XmlUtilWriter(stringWriter, false);
26 references to XmlUtilWriter
System.Configuration (26)
System\Configuration\MgmtConfigurationRecord.cs (16)
1251XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true); 2074XmlUtilWriter utilWriter) { 2103private void WriteNewConfigDeclarations(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) { 2118private void WriteUnwrittenConfigDeclarations(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) { 2122private void WriteUnwrittenConfigDeclarationsRecursive(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) { 2172private void WriteNewConfigDefinitions(ConfigDefinitionUpdates configDefinitionUpdates, XmlUtilWriter utilWriter, int linePosition, int indent) { 2227private bool WriteNewConfigDefinitionsRecursive(XmlUtilWriter utilWriter, SectionUpdates sectionUpdates, int linePosition, int indent, bool skipFirstIndent) { 2276private void CheckPreamble(byte[] preamble, XmlUtilWriter utilWriter, byte[] buffer) { 2303private int UpdateIndent(int oldIndent, XmlUtil xmlUtil, XmlUtilWriter utilWriter, int parentLinePosition) { 2317byte[] buffer, string filename, NamespaceChange namespaceChange, XmlUtilWriter utilWriter) { 2499SectionUpdates declarationUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, string group, 2724ConfigDefinitionUpdates configDefinitionUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, 3054private void WriteSectionUpdate(XmlUtilWriter utilWriter, DefinitionUpdate update, int linePosition, int indent, bool skipFirstIndent) { 3130XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true); 3160private void CopyConfigSource(XmlUtilWriter utilWriter, string updatedXml, string configSourceStreamName, byte[] buffer) { 3239private void CreateNewConfigSource(XmlUtilWriter utilWriter, string updatedXml, int indent) {
System\Configuration\XmlUtil.cs (9)
371internal bool CopyOuterXmlToNextElement(XmlUtilWriter utilWriter, bool limitDepth) { 381internal bool SkipChildElementsAndCopyOuterXmlToNextElement(XmlUtilWriter utilWriter) { 436internal bool CopyReaderToNextElement(XmlUtilWriter utilWriter, bool limitDepth) { 481internal bool SkipAndCopyReaderToNextElement(XmlUtilWriter utilWriter, bool limitDepth) { 542private void CopyElement(XmlUtilWriter utilWriter) { 579internal bool CopyXmlNode(XmlUtilWriter utilWriter) { 897internal string UpdateStartElement(XmlUtilWriter utilWriter, string updatedStartElement, bool needsChildren, int linePosition, int indent) { 979XmlUtilWriter utilWriter = new XmlUtilWriter(_cachedStringWriter, false); 1013XmlUtilWriter utilWriter = new XmlUtilWriter(stringWriter, false);
System\Configuration\XmlUtilWriter.cs (1)
447internal StreamWriterCheckpoint(XmlUtilWriter writer) {