10 references to NamespaceChange
System.Configuration.ConfigurationManager (10)
System\Configuration\MgmtConfigurationRecord.cs (10)
70private NamespaceChange NamespaceChangeNeeded 74if (_flags[NamespacePresentCurrent] == _flags[NamespacePresentInFile]) return NamespaceChange.None; 75return _flags[NamespacePresentCurrent] ? NamespaceChange.Add : NamespaceChange.Remove; 81private bool RecordItselfRequiresUpdates => NamespaceChangeNeeded != NamespaceChange.None; 1929NamespaceChange namespaceChange, 1938if (namespaceChange == NamespaceChange.Add) 2195byte[] buffer, string filename, NamespaceChange namespaceChange, XmlUtilWriter utilWriter) 2219if (namespaceChange == NamespaceChange.Add) 2227configurationStartElement = namespaceChange == NamespaceChange.Remove