1 write to _tokenTypes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
234_tokenTypes = new Type[] { typeof(DerivedKeySecurityToken) };
2 references to _tokenTypes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
233if (_tokenTypes == null) 236return _tokenTypes;