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)
79get { return _externalTokenReference; } 116if (_externalTokenReference != null) 117writer.WriteLine(" ExternalTokenReference: {0}", _externalTokenReference);