1 write to _tokenTypes
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
223_tokenTypes = new Type[] { typeof(DerivedKeySecurityToken) };
2 references to _tokenTypes
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
221if (_tokenTypes == null) 226return _tokenTypes;