6 references to _table
WindowsBase (6)
Base\MS\Internal\BaseHashHelper.cs (6)
33
lock(
_table
)
35
_table
[assembly] = dictionary;
57
lock(
_table
)
59
dictionary = (HybridDictionary)
_table
[assembly];
66
lock(
_table
)
68
_table
[assembly] = dictionary;