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