Base:
property
InnerText
System.Xml.XmlNode.InnerText
1 override of InnerText
System.Private.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
32
public override string
InnerText
2 writes to InnerText
System.Private.Xml (2)
System\Xml\Dom\XmlAttribute.cs (1)
113
set {
InnerText
= value!; } //use InnerText which has perf optimization
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
36
base.
InnerText
= value;
22 references to InnerText
Microsoft.Build.Tasks.Core (14)
XamlTaskFactory\RelationsParser.cs (14)
289
DefaultPrefix = attribute.
InnerText
;
293
ToolName = attribute.
InnerText
;
297
GeneratedTaskName = attribute.
InnerText
;
301
BaseClass = attribute.
InnerText
;
305
Namespace = attribute.
InnerText
;
309
ResourceNamespace = attribute.
InnerText
;
402
importTasks = attribute.
InnerText
.Split(MSBuildConstants.SemicolonChar);
450
tool = attrib.
InnerText
;
453
Switch = attrib.
InnerText
;
491
switchRelationsToAdd.IncludedPlatforms.Add(attrib.
InnerText
);
505
switchRelationsToAdd.ExcludedPlatforms.Add(attrib.
InnerText
);
519
switchRelationsToAdd.Overrides.Add(attrib.
InnerText
);
559
switchRelations.SwitchValue = attribute.
InnerText
;
562
switchRelations.Status = attribute.
InnerText
;
System.Private.Xml (8)
System\Xml\Dom\XmlAttribute.cs (8)
112
get { return
InnerText
; }
159
ownerElement?.Attributes.ResetParentInElementIdAttrMap(oldInnerText,
InnerText
);
228
string? innerText =
InnerText
;
245
string? innerText =
InnerText
;
262
string? innerText =
InnerText
;
278
string? innerText =
InnerText
;
294
string? innerText =
InnerText
;
311
string? innerText =
InnerText
;