27 instantiations of NullNotAllowedCollection
System.ServiceModel.Syndication (27)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
494
NullNotAllowedCollection<SyndicationItem> items = new
NullNotAllowedCollection
<SyndicationItem>();
736
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)
44
_categories = new
NullNotAllowedCollection
<CategoriesDocument>();
53
_accepts = new
NullNotAllowedCollection
<string>();
63
get => _accepts ??= new
NullNotAllowedCollection
<string>();
72
get => _categories ??= new
NullNotAllowedCollection
<CategoriesDocument>();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
146
NullNotAllowedCollection<SyndicationItem> items = new
NullNotAllowedCollection
<SyndicationItem>();
716
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)
90
Collection<SyndicationItem> tmp = new
NullNotAllowedCollection
<SyndicationItem>();
112
get => _authors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
120
get => _categories ??= new
NullNotAllowedCollection
<SyndicationCategory>();
125
get => _contributors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
142
get => _items ??= new
NullNotAllowedCollection
<SyndicationItem>();
170
get => _links ??= new
NullNotAllowedCollection
<SyndicationLink>();
System\ServiceModel\Syndication\SyndicationItem.cs (4)
79
get => _authors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
86
get => _categories ??= new
NullNotAllowedCollection
<SyndicationCategory>();
93
get => _contributors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
124
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)
494
NullNotAllowedCollection
<SyndicationItem> items = new NullNotAllowedCollection<SyndicationItem>();
722
NullNotAllowedCollection
<SyndicationItem> feedItems = null;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
146
NullNotAllowedCollection
<SyndicationItem> items = new NullNotAllowedCollection<SyndicationItem>();
638
NullNotAllowedCollection
<SyndicationItem> feedItems = null;