2 writes to _newStrings
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
917_newStrings = new List<XmlDictionaryString>(); 936_newStrings = null;
4 references to _newStrings
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
892get { return _newStrings != null; } 915if (_newStrings == null) 919_newStrings.Add(s); 931return _newStrings;