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