2 writes to _resourceDictionaryStream
ReachFramework (2)
Serialization\Manager\NullPackagingPolicy.cs (2)
215
_resourceDictionaryStream
= new StringWriter(CultureInfo.InvariantCulture);
259
_resourceDictionaryStream
= null;
2 references to _resourceDictionaryStream
ReachFramework (2)
Serialization\Manager\NullPackagingPolicy.cs (2)
216
_resourceDictionaryXmlWriter = new XmlTextWriter(
_resourceDictionaryStream
);
806
_currentFPWriter.WriteRaw(
_resourceDictionaryStream
.ToString());