3 writes to _contentBuffer
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (3)
44_contentBuffer = new XmlBuffer(int.MaxValue); 76_contentBuffer = source._contentBuffer; 171_contentBuffer = tmp;
12 references to _contentBuffer
System.ServiceModel.Syndication (12)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (12)
45using (XmlDictionaryWriter writer = _contentBuffer.OpenSection(XmlDictionaryReaderQuotas.Max)) 49_contentBuffer.CloseSection(); 50_contentBuffer.Close(); 76_contentBuffer = source._contentBuffer; 90return _contentBuffer.GetReader(0); 104Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 105using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 123Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 124using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 144Debug.Assert(_contentBuffer != null, "contentBuffer cannot be null"); 145using (XmlDictionaryReader reader = _contentBuffer.GetReader(0)) 162if (_contentBuffer == null)