1 write to _ownerTypes
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
47_ownerTypes = ownerTypes;
7 references to _ownerTypes
System.ServiceModel.Primitives (7)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (7)
54get { return (_ownerTypes == null || _ownerTypes.Length == 0) ? null : _ownerTypes[0]; } 75if (_ownerTypes == null || ownerType == null) 80for (int i = 0; i < _ownerTypes.Length; ++i) 82if (_ownerTypes[i] == null || _ownerTypes[i] == ownerType)