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());