4 references to Contacts
System.IdentityModel (4)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
1454
if (roleDescriptor.
Contacts
== null)
1475
roleDescriptor.
Contacts
.Add(ReadContactPerson(reader));
2812
if (roleDescriptor.
Contacts
== null)
2835
foreach (ContactPerson contact in roleDescriptor.
Contacts
)