1 write to s_filterPropertiesTable
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
67
s_filterPropertiesTable
= new Hashtable();
3 references to s_filterPropertiesTable
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
66
if (null ==
s_filterPropertiesTable
)
90
s_filterPropertiesTable
.Add(mappingIndex, mappingTable);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
152
Hashtable filterTable = (Hashtable)
s_filterPropertiesTable
[this.MappingTableIndex];