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