1 write to IsValueTypeOutputParameter
Microsoft.Build.Framework (1)
TaskPropertyInfo.cs (1)
31
IsValueTypeOutputParameter
= elementType.GetTypeInfo().IsValueType || elementType.FullName.Equals("System.String");
1 reference to IsValueTypeOutputParameter
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
465
else if (parameter.
IsValueTypeOutputParameter
)