2 writes to _initialized
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
30_initialized = true; 40_initialized = true;
4 references to _initialized
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (4)
163Debug.Assert(_initialized, "The constructor should never clear the collection."); 173if (_initialized) 183Debug.Assert(_initialized, "The constructor should never remove items from the collection."); 192Debug.Assert(_initialized, "The constructor should never set items in the collection.");