2 writes to Type
Microsoft.Build.Tasks.Core (2)
WriteCodeFragment.cs (2)
224orderedParameters[index - 1] = new AttributeParameter { Type = type, Value = value }; 228namedParameters.Add(new AttributeParameter { Name = name, Type = type, Value = value });
3 references to Type
Microsoft.Build.Tasks.Core (3)
WriteCodeFragment.cs (3)
402switch (parameter.Type.Kind) 412if (string.Equals(parameter.Type.TypeName, "System.Type")) 423if (!TryConvertParameterValue(parameter.Type.TypeName, parameter.Value, out value))