1 write to _dict
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (1)
47_dict = new Dictionary<ContentUser, UseLicense>(ContentUser._contentUserComparer);
2 references to _dict
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (2)
72return _dict; 138_dict.Add(user, useLicense);