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