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