27 instantiations of NullNotAllowedCollection
System.ServiceModel.Syndication (27)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
521
NullNotAllowedCollection<SyndicationItem> items = new
NullNotAllowedCollection
<SyndicationItem>();
763
feedItems ??= new
NullNotAllowedCollection
<SyndicationItem>();
System\ServiceModel\Syndication\FeedUtils.cs (3)
28
Collection<SyndicationCategory> result = new
NullNotAllowedCollection
<SyndicationCategory>();
42
Collection<SyndicationLink> result = new
NullNotAllowedCollection
<SyndicationLink>();
56
Collection<SyndicationPerson> result = new
NullNotAllowedCollection
<SyndicationPerson>();
System\ServiceModel\Syndication\InlineCategoriesDocument.cs (2)
25
_categories = new
NullNotAllowedCollection
<SyndicationCategory>();
38
get => _categories ??= new
NullNotAllowedCollection
<SyndicationCategory>();
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (4)
50
_categories = new
NullNotAllowedCollection
<CategoriesDocument>();
59
_accepts = new
NullNotAllowedCollection
<string>();
69
get => _accepts ??= new
NullNotAllowedCollection
<string>();
78
get => _categories ??= new
NullNotAllowedCollection
<CategoriesDocument>();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
173
NullNotAllowedCollection<SyndicationItem> items = new
NullNotAllowedCollection
<SyndicationItem>();
743
feedItems ??= new
NullNotAllowedCollection
<SyndicationItem>();
System\ServiceModel\Syndication\ServiceDocument.cs (2)
23
_workspaces = new
NullNotAllowedCollection
<Workspace>();
41
get => _workspaces ??= new
NullNotAllowedCollection
<Workspace>();
System\ServiceModel\Syndication\SyndicationFeed.cs (6)
93
Collection<SyndicationItem> tmp = new
NullNotAllowedCollection
<SyndicationItem>();
115
get => _authors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
123
get => _categories ??= new
NullNotAllowedCollection
<SyndicationCategory>();
128
get => _contributors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
145
get => _items ??= new
NullNotAllowedCollection
<SyndicationItem>();
173
get => _links ??= new
NullNotAllowedCollection
<SyndicationLink>();
System\ServiceModel\Syndication\SyndicationItem.cs (4)
82
get => _authors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
89
get => _categories ??= new
NullNotAllowedCollection
<SyndicationCategory>();
96
get => _contributors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
127
get => _links ??= new
NullNotAllowedCollection
<SyndicationLink>();
System\ServiceModel\Syndication\Workspace.cs (2)
28
_collections = new
NullNotAllowedCollection
<ResourceCollectionInfo>();
42
get => _collections ??= new
NullNotAllowedCollection
<ResourceCollectionInfo>();
4 references to NullNotAllowedCollection
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
521
NullNotAllowedCollection
<SyndicationItem> items = new NullNotAllowedCollection<SyndicationItem>();
749
NullNotAllowedCollection
<SyndicationItem> feedItems = null;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
173
NullNotAllowedCollection
<SyndicationItem> items = new NullNotAllowedCollection<SyndicationItem>();
665
NullNotAllowedCollection
<SyndicationItem> feedItems = null;