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