16 references to RegisterValueType
Microsoft.Build.Framework (15)
TaskParameterTypeRegistry.cs (15)
28
/// <c>[DynamicallyAccessedMembers]</c> on <see cref="
RegisterValueType
{T}"/>; <em>item</em> types are
60
RegisterValueType
<bool>();
61
RegisterValueType
<byte>();
62
RegisterValueType
<sbyte>();
63
RegisterValueType
<char>();
64
RegisterValueType
<short>();
65
RegisterValueType
<ushort>();
66
RegisterValueType
<int>();
67
RegisterValueType
<uint>();
68
RegisterValueType
<long>();
69
RegisterValueType
<ulong>();
70
RegisterValueType
<float>();
71
RegisterValueType
<double>();
72
RegisterValueType
<decimal>();
73
RegisterValueType
<DateTime>();
Microsoft.Build.Utilities.Core (1)
TaskItem.cs (1)
194
=> TaskParameterTypeRegistry.
RegisterValueType
<T>();