2 overrides of IsInline
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\InlineCategoriesDocument.cs (1)
45
internal override bool
IsInline
=> true;
System\ServiceModel\Syndication\ReferencedCategoriesDocument.cs (1)
24
internal override bool
IsInline
=> false;
2 references to IsInline
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
49
if (documentToWrite.
IsInline
)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
147
if (categories.
IsInline
)