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