13 writes to BodyDescription
System.ServiceModel.Web (13)
System\ServiceModel\Dispatcher\HelpPage.cs (13)
300this.BodyDescription = SR2.GetString(SR2.HelpPageBodyIsWrapped, direction); 305this.BodyDescription = SR2.GetString(SR2.HelpPageBodyIsEmpty, direction); 310this.BodyDescription = SR2.GetString(SR2.HelpPageIsMessage, direction); 315this.BodyDescription = SR2.GetString(SR2.HelpPageIsStream, direction); 320this.BodyDescription = SR2.GetString(SR2.HelpPageIsAtom10Feed, direction); 325this.BodyDescription = SR2.GetString(SR2.HelpPageIsAtom10Entry, direction); 330this.BodyDescription = SR2.GetString(SR2.HelpPageIsAtomPubServiceDocument, direction); 335this.BodyDescription = SR2.GetString(SR2.HelpPageIsAtomPubCategoriesDocument, direction); 340this.BodyDescription = SR2.GetString(SR2.HelpPageIsRSS20Feed, direction); 345this.BodyDescription = SR2.GetString(SR2.HelpPageIsSyndication, direction); 350this.BodyDescription = SR2.GetString(SR2.HelpPageIsXML, direction); 384this.BodyDescription = SR2.GetString(SR2.HelpPageCouldNotGenerateSchema); 452this.BodyDescription = SR2.GetString(SR2.HelpPageCouldNotGenerateSchema);
2 references to BodyDescription
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (2)
253if (info.BodyDescription != null) 258new XElement(HtmlTdElementName, info.BodyDescription)));