4 writes to TextValue
XamlBuildTask (4)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (1)
177paramInfo.TextValue = paramVal;
Microsoft\Build\Tasks\Xaml\AttributeParameterData.cs (3)
42this.TextValue = textValue; 75this.TextValue = AttributeData.GetParameterText(value, type); 99TextValue = String.Empty;
5 references to TextValue
XamlBuildTask (5)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (5)
273else if (paramInfo.TextValue == null) 279codeExp = new CodeTypeOfExpression(paramInfo.TextValue); 283codeExp = new CodePrimitiveExpression(paramInfo.TextValue); 287if (paramInfo.TextValue == "true") 298codeExp = new CodeSnippetExpression(paramInfo.TextValue);