2 writes to itemType
System.ServiceModel (2)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (2)
49this.itemType = itemTypeToCreate; 65this.itemType = itemToWrite.GetType();
2 references to itemType
System.ServiceModel (2)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (2)
107return this.itemType; 176return SyndicationItemFormatter.CreateItemInstance(this.itemType);