1 write to ownerTypes
System.IdentityModel (1)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
46this.ownerTypes = ownerTypes;
7 references to ownerTypes
System.IdentityModel (7)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (7)
56get { return (this.ownerTypes == null || this.ownerTypes.Length == 0) ? null : this.ownerTypes[0]; } 74if (this.ownerTypes == null || ownerType == null) 77for (int i = 0; i < this.ownerTypes.Length; ++i) 79if (this.ownerTypes[i] == null || this.ownerTypes[i] == ownerType)