3 references to CustomServiceNames
System.ComponentModel.TypeConverter (3)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (3)
43if (policy.CustomServiceNames?.Count > 0) 45customServiceNames = new object[policy.CustomServiceNames.Count]; 46((ICollection)policy.CustomServiceNames).CopyTo(customServiceNames, 0);