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)
59if (_licenseProviderType == null && _licenseProviderName != null) 63return _licenseProviderType; 80if (typeName == null && _licenseProviderType != null) 82typeName = _licenseProviderType.FullName;