2 writes to _newStrings
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
919_newStrings = new List<XmlDictionaryString>(); 938_newStrings = null;
4 references to _newStrings
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
894get { return _newStrings != null; } 917if (_newStrings == null) 921_newStrings.Add(s); 933return _newStrings;