We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c645ee commit 863e540Copy full SHA for 863e540
Rubberduck.Parsing/Symbols/Declaration.cs
@@ -136,10 +136,10 @@ public IEnumerable<IdentifierReference> References
136
{
137
return _references.Union(_memberCalls);
138
}
139
- //set
140
- //{
141
- // _references = new ConcurrentBag<IdentifierReference>(value);
142
- //}
+ set
+ {
+ _references = new ConcurrentBag<IdentifierReference>(value);
+ }
143
144
145
private ConcurrentBag<IdentifierReference> _memberCalls = new ConcurrentBag<IdentifierReference>();
0 commit comments