2 writes to _boundLicenseHandleList
WindowsBase (2)
Base\System\Security\RightsManagement\CryptoProvider.cs (2)
242_boundLicenseHandleList = null; 384_boundLicenseHandleList = boundLicenseHandleList;
8 references to _boundLicenseHandleList
WindowsBase (8)
Base\System\Security\RightsManagement\CryptoProvider.cs (8)
229if (_boundLicenseHandleList != null) 231foreach(SafeRightsManagementHandle boundLicenseHandle in _boundLicenseHandleList) 467for(int i=0; i< _boundLicenseHandleList.Count; i++) 472_boundLicenseHandleList[i], 500for(int i=0; i< _boundLicenseHandleList.Count; i++) 504_boundLicenseHandleList[i], 533for(int i=0; i< _boundLicenseHandleList.Count; i++) 542_boundLicenseOwnerViewRightsHandle = _boundLicenseHandleList[i];