compmod\system\componentmodel\LicenseManager.cs (5)
194bool value = ValidateInternal(type, null, false, out license);
209bool value = ValidateInternal(type, null, false, out license);
224return ValidateInternal(type, instance, false, out license);
336if (!ValidateInternal(type, null, true, out lic)) {
353if (!ValidateInternal(type, instance, true, out lic)) {