3 writes to _contentBuffer
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (3)
45_contentBuffer = new XmlBuffer(int.MaxValue); 81_contentBuffer = source._contentBuffer; 182_contentBuffer = tmp;
12 references to _contentBuffer
System.ServiceModel.Syndication (12)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (12)
46using (XmlDictionaryWriter writer = _contentBuffer.OpenSection(XmlDictionaryReaderQuotas.Max)) 50_contentBuffer.CloseSection(); 51_contentBuffer.Close(); 81_contentBuffer = source._contentBuffer; 95return _contentBuffer.GetReader(0); 113Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 114using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 134Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 135using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 155Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 156using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 173if (_contentBuffer == null)