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