2 references to TaskParameterTypeVerifier
Microsoft.Build.Tasks.Core (2)
parent\Shared\TaskParameter.cs (2)
119Assumed.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?");