5 references to FinalValueEscaped
Microsoft.Build.Engine (5)
Engine\Expander.cs (2)
785propertyValue = property.FinalValueEscaped; 837propertyValue = property.FinalValueEscaped;
ItemsAndProperties\Lookup.cs (2)
260errorMessages.Add(ResourceUtilities.FormatResourceString("PropertyOutputOverridden", propertyName, lookupHash[propertyName], property.FinalValueEscaped)); 264lookupHash[propertyName] = property.FinalValueEscaped;
Properties\BuildProperty.cs (1)
480return EscapingUtilities.UnescapeAll(this.FinalValueEscaped);