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)
146
Debug.Assert(
_initialized
, "The constructor should never clear the collection.");
156
if (
_initialized
)
166
Debug.Assert(
_initialized
, "The constructor should never remove items from the collection.");
175
Debug.Assert(
_initialized
, "The constructor should never set items in the collection.");