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