1 write to _data
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
75_data = data;
4 references to _data
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs (4)
82return String.IsNullOrEmpty(_data); 88if (_data != null && _data.Length > 0) 90writer.WriteElementString("BODY", _data);