3 writes to contentBuffer
System.ServiceModel (3)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (3)
50
this.
contentBuffer
= new XmlBuffer(int.MaxValue);
88
this.
contentBuffer
= source.contentBuffer;
205
this.
contentBuffer
= tmp;
12 references to contentBuffer
System.ServiceModel (12)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (12)
51
using (XmlDictionaryWriter writer = this.
contentBuffer
.OpenSection(XmlDictionaryReaderQuotas.Max))
55
contentBuffer
.CloseSection();
56
contentBuffer
.Close();
88
this.contentBuffer = source.
contentBuffer
;
114
return this.
contentBuffer
.GetReader(0);
134
Fx.Assert(this.
contentBuffer
!= null, "contentBuffer cannot be null");
135
using (XmlDictionaryReader reader = this.
contentBuffer
.GetReader(0))
156
Fx.Assert(this.
contentBuffer
!= null, "contentBuffer cannot be null");
157
using (XmlDictionaryReader reader = this.
contentBuffer
.GetReader(0))
177
else if (this.
contentBuffer
!= null)
179
using (XmlDictionaryReader reader = this.
contentBuffer
.GetReader(0))
196
if (this.
contentBuffer
== null)