7 writes to buffer
System.ServiceModel (7)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (7)
29
this.
buffer
= buffer;
40
this.
buffer
= source.buffer;
164
this.
buffer
= null;
178
this.
buffer
= null;
188
this.
buffer
= null;
202
this.
buffer
= null;
224
this.
buffer
= newBuffer;
8 references to buffer
System.ServiceModel (8)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (8)
30
if (this.
buffer
!= null)
40
this.buffer = source.
buffer
;
138
if (this.
buffer
!= null)
140
using (XmlDictionaryReader reader = this.
buffer
.GetReader(0))
208
if (this.
buffer
!= null)
210
return this.
buffer
;
230
using (XmlDictionaryReader reader = this.
buffer
.GetReader(0))
236
base.Add(new SyndicationElementExtension(this.
buffer
, index, reader.LocalName, reader.NamespaceURI));