2 writes to newStrings
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1036newStrings = new List<XmlDictionaryString>(); 1055newStrings = null;
4 references to newStrings
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
1011get { return newStrings != null; } 1034if (newStrings == null) 1038newStrings.Add(s); 1050return newStrings;