2 writes to DefaultValue
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\Property.cs (1)
212DefaultValue = DefaultValue,
XamlTaskFactory\TaskParser.cs (1)
510parameter.DefaultValue = baseProperty.Default;
4 references to DefaultValue
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\Property.cs (1)
212DefaultValue = DefaultValue,
XamlTaskFactory\TaskGenerator.cs (3)
451removeExisting.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(property.Name), new CodeSnippetExpression(property.DefaultValue))); 455removeExisting.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(property.Name), new CodeSnippetExpression(SurroundWithQuotes(property.DefaultValue)))); 531if (!String.IsNullOrEmpty(property.DefaultValue))