5 writes to finalValueEscaped
Microsoft.Build.Engine (5)
Properties\BuildProperty.cs (5)
164property.finalValueEscaped = finalValueEscaped; 242this.finalValueEscaped = propertyValue; 302this.finalValueEscaped = propertyValue; 455this.finalValueEscaped = value; 610this.finalValueEscaped = expander.ExpandAllIntoStringLeaveEscaped(this.Value, this.propertyElement);
3 references to finalValueEscaped
Microsoft.Build.Engine (3)
Properties\BuildProperty.cs (3)
116if (propertyValue == finalValueEscaped) 123writer.Write(finalValueEscaped); 468return this.finalValueEscaped;