2 writes to _initialized
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
29_initialized = true; 39_initialized = true;
4 references to _initialized
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (4)
161Debug.Assert(_initialized, "The constructor should never clear the collection."); 174if (_initialized) 184Debug.Assert(_initialized, "The constructor should never remove items from the collection."); 196Debug.Assert(_initialized, "The constructor should never set items in the collection.");