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