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)
161
Debug.Assert(
_initialized
, "The constructor should never clear the collection.");
174
if (
_initialized
)
184
Debug.Assert(
_initialized
, "The constructor should never remove items from the collection.");
196
Debug.Assert(
_initialized
, "The constructor should never set items in the collection.");