Base:
property
InnerText
System.Xml.XmlNode.InnerText
25 writes to InnerText
Microsoft.Build (1)
Utilities\Utilities.cs (1)
105node.InnerText = s;
Microsoft.Build.Tasks.Core (4)
AddToWin32Manifest.cs (1)
236supportedArchitecturesNode.InnerText = SupportedArchitectures;
ManifestUtil\Manifest.cs (1)
426((XmlElement)hashNode).InnerText = hash;
ManifestUtil\mansign2.cs (2)
660authenticodePublisherNode.InnerText = signer.Certificate.SubjectName.Name; 900asTimestamp.InnerText = timestamp;
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
XML\XmlPersistence.cs (1)
656elementToSaveAt.InnerText = valueToSave;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
588treatAsError.InnerText = TreatNoTestsAsError.ToString();
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (3)
735embedItem.InnerText = embedInteropTypesMetadata; 743embedItem.InnerText = aliases; 774nodeItem.InnerText = property.PropertyValue;
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1589_currentDumpNode.InnerText = strBuilder.ToString();
ReachFramework (3)
PrintConfig\PrtTicket_Base.cs (3)
583valueNode.InnerText = value.ToString(CultureInfo.InvariantCulture); 662valueNode.InnerText = XmlDocQName.GetQName(pt.XmlDoc, 1332valueNode.InnerText = value;
System.Configuration.ConfigurationManager (1)
System\Configuration\LocalFileSettingsProvider.cs (1)
528tempElement.InnerText = xmlString;
System.Data.Common (2)
System\Data\DataSet.cs (2)
2256topNode.InnerText = rootNodeSimpleContent; 2263topNode.InnerText = rootNodeSimpleContent;
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
417isDictionaryElement.InnerText = Globals.True; 835annotationElement.InnerText = innerText;
vstest.console (3)
Processors\CollectArgumentProcessor.cs (1)
188newConfiguration.InnerText = configurationValue;
Processors\EnableBlameArgumentProcessor.cs (1)
211node.InnerText = resultsDirectory;
Processors\Utilities\LoggerUtilities.cs (1)
64node.InnerText = entry.Value;
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
188newConfiguration.InnerText = configurationValue;
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
211node.InnerText = resultsDirectory;
src\vstest\src\vstest.console\Processors\Utilities\LoggerUtilities.cs (1)
64node.InnerText = entry.Value;
24 references to InnerText
Microsoft.Build (6)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
784(string configuration, string platform) = SolutionFile.ParseConfigurationName(projectConfiguration.InnerText, definingProjectPath, 0, solutionConfigurationXml);
Graph\ProjectInterpretation.cs (1)
142string projectConfiguration = projectElement.InnerText;
Utilities\Utilities.cs (4)
213return node.InnerText; 224return node.InnerText; 234return node.InnerText; 243return node.InnerText;
Microsoft.Build.Tasks.Core (3)
AssignProjectConfiguration.cs (1)
272projectConfiguration = projectConfigurationElement.InnerText;
ManifestUtil\mansign2.cs (1)
859string signatureValue = signatureValueNode.InnerText;
ResolveProjectBase.cs (1)
116return projectElement?.InnerText;
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
142bool.TryParse(childElement.InnerText, out bool versionedContent);
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\LoggerNameValueConfigurationManager.cs (1)
53string settingValue = settingElement.InnerText;
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
191var tfm = _configurationElement[Constants.TargetFramework]?.InnerText;
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
XML\XmlPersistence.cs (1)
249element.InnerText.IsNullOrEmpty())
System.Configuration.ConfigurationManager (1)
System\Configuration\LocalFileSettingsProvider.cs (1)
540return tempElement.InnerText;
System.Data.Common (1)
System\Xml\XPathNodePointer.cs (1)
359return rootElem.InnerText;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1420return xmlElement.InnerText;
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
192return element.InnerText;
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoName.cs (1)
56_keyName = nameElement.InnerText.Trim();
System\Security\Cryptography\Xml\Reference.cs (1)
326_digestValue = Convert.FromBase64String(Utils.DiscardWhiteSpaces(digestValueElement.InnerText));
System\Security\Cryptography\Xml\Signature.cs (1)
168_signatureValue = Convert.FromBase64String(Utils.DiscardWhiteSpaces(signatureValueElement.InnerText));
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
109string encodedData = issuedTokenXml.InnerText;
System\ServiceModel\Security\WSTrust.cs (2)
1210&& element.InnerText == DriverDictionary.SymmetricKeyType.Value; 1231&& element.InnerText == DriverDictionary.PublicKeyType.Value;
System.Speech (1)
Result\RecognizedPhrase.cs (1)
1068if (string.IsNullOrEmpty(alternateNode.InnerText) && semanticsNode.Value != null)