2 writes to _resourceDictionaryStream
ReachFramework (2)
Serialization\Manager\NullPackagingPolicy.cs (2)
227
_resourceDictionaryStream
= new StringWriter(CultureInfo.InvariantCulture);
271
_resourceDictionaryStream
= null;
2 references to _resourceDictionaryStream
ReachFramework (2)
Serialization\Manager\NullPackagingPolicy.cs (2)
228
_resourceDictionaryXmlWriter = new XmlTextWriter(
_resourceDictionaryStream
);
818
_currentFPWriter.WriteRaw(
_resourceDictionaryStream
.ToString());