1 write to licenseProviderName
System (1)
compmod\system\componentmodel\LicenseProviderAttribute.cs (1)
43
licenseProviderName
= typeName;
3 references to licenseProviderName
System (3)
compmod\system\componentmodel\LicenseProviderAttribute.cs (3)
63
if (licenseProviderType == null &&
licenseProviderName
!= null) {
64
licenseProviderType = Type.GetType(
licenseProviderName
);
82
string typeName =
licenseProviderName
;