3 instantiations of ValueCollection
mscorlib (3)
system\collections\generic\dictionary.cs (3)
160
if (values == null) values = new
ValueCollection
(this);
167
if (values == null) values = new
ValueCollection
(this);
174
if (values == null) values = new
ValueCollection
(this);
8 references to ValueCollection
mscorlib (3)
system\collections\generic\dictionary.cs (3)
76
private
ValueCollection
values;
157
public
ValueCollection
Values {
159
Contract.Ensures(Contract.Result<
ValueCollection
>() != null);
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
128
Dictionary<Guid, CachedAnnotation>.
ValueCollection
.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();
System.Net (2)
net\PeerToPeer\Collaboration\Peer.cs (1)
485
Dictionary<Guid, PeerObject>.
ValueCollection
objects = mergedObjects.Values;
net\PeerToPeer\Collaboration\PeerContact.cs (1)
979
Dictionary<Guid, PeerApplication>.
ValueCollection
applications = mergedApplications.Values;
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
146
Dictionary<Int64, ReliableRequestContext>.
ValueCollection
contexts = this.requestsByRequestSequenceNumber.Values;
System.Web (1)
Routing\RouteValueDictionary.cs (1)
38
public Dictionary<string, object>.
ValueCollection
Values {