Base:
property
InnerText
Microsoft.Xml.XmlNode.InnerText
2 writes to InnerText
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
94assertion.InnerText = settings.Url.ToString();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1463workaroundElement.InnerText = value;
8 references to InnerText
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
198return element.InnerText;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1428return xmlElement.InnerText;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElementImporter.cs (1)
38settings.Url = new Uri(privacyNoticeAssertion.InnerText);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1336return policy.InnerText;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (3)
734&& element.InnerText == this.DriverDictionary.SymmetricKeyType.Value; 753&& element.InnerText == this.DriverDictionary.PublicKeyType.Value; 773tokenType = element.InnerText;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
90&& element.InnerText == DXD.TrustDec2005Dictionary.BearerKeyType.Value)