1 write to _externalTokenReference
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (1)
53
_externalTokenReference
= externalTokenReference;
3 references to _externalTokenReference
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (3)
79
get { return
_externalTokenReference
; }
116
if (
_externalTokenReference
!= null)
117
writer.WriteLine(" ExternalTokenReference: {0}",
_externalTokenReference
);