3 writes to _contentBuffer
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (3)
47_contentBuffer = new XmlBuffer(int.MaxValue); 82_contentBuffer = source._contentBuffer; 180_contentBuffer = tmp;
12 references to _contentBuffer
System.ServiceModel.Syndication (12)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (12)
48using (XmlDictionaryWriter writer = _contentBuffer.OpenSection(XmlDictionaryReaderQuotas.Max)) 52_contentBuffer.CloseSection(); 53_contentBuffer.Close(); 82_contentBuffer = source._contentBuffer; 96return _contentBuffer.GetReader(0); 110Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 111using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 129Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 130using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 153Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 154using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 171if (_contentBuffer == null)