2 writes to licenseProviderType
System (2)
compmod\system\componentmodel\LicenseProviderAttribute.cs (2)
53licenseProviderType = type; 64licenseProviderType = Type.GetType(licenseProviderName);
4 references to licenseProviderType
System (4)
compmod\system\componentmodel\LicenseProviderAttribute.cs (4)
63if (licenseProviderType == null && licenseProviderName != null) { 66return licenseProviderType; 84if (typeName == null && licenseProviderType != null) { 85typeName = licenseProviderType.FullName;