1 write to _tokenXml
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (1)
47_tokenXml = tokenXml;
3 references to _tokenXml
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (3)
84get { return _tokenXml; } 118writer.WriteLine(" Token Element: ({0}, {1})", _tokenXml.LocalName, _tokenXml.NamespaceURI);