1 implementation of OuterElement
Microsoft.Build (1)
Construction\ProjectElement.cs (1)
183
public string
OuterElement
=> Link != null ? Link.OuterElement : XmlElement.OuterXml;
1 reference to OuterElement
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
118
element?.
OuterElement
, kind: EvaluationLocationKind.Element);