6 writes to Type
XamlBuildTask (6)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (3)
100
propertyInfo.
Type
= member.Type;
153
paramInfo.
Type
= xamlArrayReader.SchemaContext.GetXamlType(arrayType.UnderlyingType.MakeArrayType());
178
paramInfo.
Type
= paramType;
Microsoft\Build\Tasks\Xaml\AttributeParameterData.cs (3)
38
this.
Type
= type;
58
this.
Type
= type;
92
this.
Type
= type;
6 references to Type
XamlBuildTask (6)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (6)
250
codeExp = new CodeArrayCreateExpression(paramInfo.
Type
.UnderlyingType.GetElementType(), codeInitializationArray);
254
codeExp = new CodeArrayCreateExpression(paramInfo.
Type
.UnderlyingType.GetElementType());
259
if (attrib != null && language.Equals("VB") && string.Equals(attrib.Type.UnderlyingType.FullName, typeof(DefaultValueAttribute).FullName) && paramInfo.
Type
== null)
277
else if (typeof(System.Type).IsAssignableFrom(paramInfo.
Type
.UnderlyingType))
281
else if (paramInfo.
Type
.UnderlyingType == typeof(String))
285
else if (paramInfo.
Type
.UnderlyingType == typeof(bool))