2 references to IsValidInputParameter
Microsoft.Build (2)
Instance\TaskRegistry.cs (1)
1826
(!output && (!TaskParameterTypeVerifier.
IsValidInputParameter
(paramType))) ||
parent\Shared\TaskParameter.cs (1)
119
Assumed.True(TaskParameterTypeVerifier.
IsValidInputParameter
(wrappedParameterType) || TaskParameterTypeVerifier.IsValidOutputParameter(wrappedParameterType), $"How did we manage to get a task parameter of type {wrappedParameterType} that isn't a valid parameter type?");