1 write to _boundGrantReadOnlyCollection
WindowsBase (1)
Base\System\Security\RightsManagement\CryptoProvider.cs (1)
320
_boundGrantReadOnlyCollection
= new ReadOnlyCollection<ContentGrant> (grantList);
2 references to _boundGrantReadOnlyCollection
WindowsBase (2)
Base\System\Security\RightsManagement\CryptoProvider.cs (2)
305
if (
_boundGrantReadOnlyCollection
== null)
322
return
_boundGrantReadOnlyCollection
;