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)
163
Debug.Assert(
_initialized
, "The constructor should never clear the collection.");
173
if (
_initialized
)
183
Debug.Assert(
_initialized
, "The constructor should never remove items from the collection.");
192
Debug.Assert(
_initialized
, "The constructor should never set items in the collection.");