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)
72
return
_dict
;
138
_dict
.Add(user, useLicense);