2 writes to innerCollection
System.Messaging (2)
System\Messaging\MessageQueuePermission.cs (2)
93
this.
innerCollection
= new MessageQueuePermissionEntryCollection(this);
97
this.
innerCollection
= new MessageQueuePermissionEntryCollection(this);
3 references to innerCollection
System.Messaging (3)
System\Messaging\MessageQueuePermission.cs (3)
90
if (this.
innerCollection
== null)
109
this.
innerCollection
.Add(entry);
114
return this.
innerCollection
;