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