2 instantiations of ResultPropertyValueCollection
System.DirectoryServices (2)
System\DirectoryServices\ResultPropertyCollection.cs (1)
32
return new
ResultPropertyValueCollection
(Array.Empty<object>());
System\DirectoryServices\SearchResultCollection.cs (1)
321
entry.Properties.Add(Marshal.PtrToStringUni(pszColumnName)!, new
ResultPropertyValueCollection
(values));
9 references to ResultPropertyValueCollection
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (1)
1109
ResultPropertyValueCollection
? propertyValues = null;
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (1)
708
ResultPropertyValueCollection
replicaLocations = res.Properties[PropertyManager.MsDSNCReplicaLocations];
System\DirectoryServices\ActiveDirectory\PropertyManager.cs (1)
148
ResultPropertyValueCollection
? propertyValues = null;
System\DirectoryServices\ResultPropertyCollection.cs (4)
21
public
ResultPropertyValueCollection
this[string name]
28
return (
ResultPropertyValueCollection
)InnerHashtable[objectName]!;
41
internal void Add(string name,
ResultPropertyValueCollection
value)
52
public void CopyTo(
ResultPropertyValueCollection
[] array, int index)
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
47
private readonly
ResultPropertyValueCollection
_rc;
51
internal dSPropertyValueCollection(
ResultPropertyValueCollection
rc) { _rc = rc; }