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