2 writes to _licenseProviderType
System.ComponentModel.TypeConverter (2)
System\ComponentModel\LicenseProviderAttribute.cs (2)
48
_licenseProviderType
= type;
61
_licenseProviderType
= Type.GetType(_licenseProviderName);
4 references to _licenseProviderType
System.ComponentModel.TypeConverter (4)
System\ComponentModel\LicenseProviderAttribute.cs (4)
59
if (
_licenseProviderType
== null && _licenseProviderName != null)
63
return
_licenseProviderType
;
80
if (typeName == null &&
_licenseProviderType
!= null)
82
typeName =
_licenseProviderType
.FullName;