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