2 writes to itemType
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (2)
47this.itemType = itemTypeToCreate; 57this.itemType = itemToWrite.GetType();
2 references to itemType
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (2)
89return this.itemType; 158return SyndicationItemFormatter.CreateItemInstance(this.itemType);