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)
894
get { return
_newStrings
!= null; }
917
if (
_newStrings
== null)
921
_newStrings
.Add(s);
933
return
_newStrings
;