27 references to NullNotAllowedCollection
System.ServiceModel.Syndication (27)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
495
NullNotAllowedCollection<SyndicationItem> items = new
NullNotAllowedCollection
<SyndicationItem>();
733
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)
147
NullNotAllowedCollection<SyndicationItem> items = new
NullNotAllowedCollection
<SyndicationItem>();
713
feedItems ??= new
NullNotAllowedCollection
<SyndicationItem>();
System\ServiceModel\Syndication\ServiceDocument.cs (2)
25
_workspaces = new
NullNotAllowedCollection
<Workspace>();
43
get => _workspaces ??= new
NullNotAllowedCollection
<Workspace>();
System\ServiceModel\Syndication\SyndicationFeed.cs (6)
92
Collection<SyndicationItem> tmp = new
NullNotAllowedCollection
<SyndicationItem>();
114
get => _authors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
122
get => _categories ??= new
NullNotAllowedCollection
<SyndicationCategory>();
127
get => _contributors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
144
get => _items ??= new
NullNotAllowedCollection
<SyndicationItem>();
172
get => _links ??= new
NullNotAllowedCollection
<SyndicationLink>();
System\ServiceModel\Syndication\SyndicationItem.cs (4)
80
get => _authors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
87
get => _categories ??= new
NullNotAllowedCollection
<SyndicationCategory>();
94
get => _contributors ??= new
NullNotAllowedCollection
<SyndicationPerson>();
125
get => _links ??= new
NullNotAllowedCollection
<SyndicationLink>();
System\ServiceModel\Syndication\Workspace.cs (2)
28
_collections = new
NullNotAllowedCollection
<ResourceCollectionInfo>();
42
get => _collections ??= new
NullNotAllowedCollection
<ResourceCollectionInfo>();