4 references to LicenseProvider
System (4)
compmod\system\componentmodel\LicenseManager.cs (1)
278Type providerType = attr.LicenseProvider;
compmod\system\componentmodel\LicenseProviderAttribute.cs (3)
96Type type = ((LicenseProviderAttribute)value).LicenseProvider; 97if (type == LicenseProvider) { 101if (type != null && type.Equals(LicenseProvider)) {