1 write to _xml
Microsoft.Build (1)
Definition\ProjectProperty.cs (1)
365
_xml
= xml;
8 references to _xml
Microsoft.Build (8)
Definition\ProjectProperty.cs (8)
382
{ return
_xml
.Name; }
399
return
_xml
.Value;
404
Project.VerifyThrowInvalidOperationNotImported(
_xml
.ContainingProject);
405
ErrorUtilities.VerifyThrowInvalidOperation(
_xml
.Parent?.Parent != null, "OM_ObjectIsNoLongerActive");
407
_xml
.Value = value;
409
_evaluatedValueEscaped = _project.ExpandPropertyValueBestEffortLeaveEscaped(value,
_xml
.Location);
452
{ return
_xml
; }
477
bool isImported = !Object.ReferenceEquals(
_xml
.ContainingProject, _project.Xml);