4 instantiations of XmlUtilWriter
System.Configuration.ConfigurationManager (4)
System\Configuration\MgmtConfigurationRecord.cs (2)
1071XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true); 3031XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true);
System\Configuration\XmlUtil.cs (2)
943XmlUtilWriter utilWriter = new XmlUtilWriter(_cachedStringWriter, false); 978XmlUtilWriter utilWriter = new XmlUtilWriter(stringWriter, false);
26 references to XmlUtilWriter
System.Configuration.ConfigurationManager (26)
System\Configuration\MgmtConfigurationRecord.cs (16)
1071XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true); 1930XmlUtilWriter utilWriter) 1956private void WriteNewConfigDeclarations(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, 1969private void WriteUnwrittenConfigDeclarations(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, 1977XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) 2027private void WriteNewConfigDefinitions(ConfigDefinitionUpdates configDefinitionUpdates, XmlUtilWriter utilWriter, 2096private bool WriteNewConfigDefinitionsRecursive(XmlUtilWriter utilWriter, SectionUpdates sectionUpdates, 2149private static void CheckPreamble(byte[] preamble, XmlUtilWriter utilWriter, byte[] buffer) 2180private static int UpdateIndent(int oldIndent, XmlUtil xmlUtil, XmlUtilWriter utilWriter, int parentLinePosition) 2195byte[] buffer, string filename, NamespaceChange namespaceChange, XmlUtilWriter utilWriter) 2373SectionUpdates declarationUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, string group, 2601ConfigDefinitionUpdates configDefinitionUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, 2954private static void WriteSectionUpdate(XmlUtilWriter utilWriter, DefinitionUpdate update, int linePosition, int indent, 3031XmlUtilWriter utilWriter = new XmlUtilWriter(streamWriter, true); 3055private void CopyConfigSource(XmlUtilWriter utilWriter, string updatedXml, string configSourceStreamName, 3137private void CreateNewConfigSource(XmlUtilWriter utilWriter, string updatedXml, int indent)
System\Configuration\XmlUtil.cs (9)
347internal bool CopyOuterXmlToNextElement(XmlUtilWriter utilWriter, bool limitDepth) 356internal bool SkipChildElementsAndCopyOuterXmlToNextElement(XmlUtilWriter utilWriter) 408internal bool CopyReaderToNextElement(XmlUtilWriter utilWriter, bool limitDepth) 450internal bool SkipAndCopyReaderToNextElement(XmlUtilWriter utilWriter, bool limitDepth) 505private void CopyElement(XmlUtilWriter utilWriter) 537internal bool CopyXmlNode(XmlUtilWriter utilWriter) 863internal string UpdateStartElement(XmlUtilWriter utilWriter, string updatedStartElement, bool needsChildren, 943XmlUtilWriter utilWriter = new XmlUtilWriter(_cachedStringWriter, false); 978XmlUtilWriter utilWriter = new XmlUtilWriter(stringWriter, false);
System\Configuration\XmlUtilWriter.cs (1)
367internal StreamWriterCheckpoint(XmlUtilWriter writer)