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