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)
287
DefaultPrefix = attribute.
InnerText
;
291
ToolName = attribute.
InnerText
;
295
GeneratedTaskName = attribute.
InnerText
;
299
BaseClass = attribute.
InnerText
;
303
Namespace = attribute.
InnerText
;
307
ResourceNamespace = attribute.
InnerText
;
400
importTasks = attribute.
InnerText
.Split(MSBuildConstants.SemicolonChar);
448
tool = attrib.
InnerText
;
451
Switch = attrib.
InnerText
;
489
switchRelationsToAdd.IncludedPlatforms.Add(attrib.
InnerText
);
503
switchRelationsToAdd.ExcludedPlatforms.Add(attrib.
InnerText
);
517
switchRelationsToAdd.Overrides.Add(attrib.
InnerText
);
557
switchRelations.SwitchValue = attribute.
InnerText
;
560
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
;