24 references to VerifyThrowInternalLength
Microsoft.Build (24)
BackEnd\Components\Communications\NodeLauncher.cs (1)
51ErrorUtilities.VerifyThrowInternalLength(msbuildLocation, nameof(msbuildLocation));
BackEnd\Components\RequestBuilder\Lookup.cs (1)
454ErrorUtilities.VerifyThrowInternalLength(name, nameof(name));
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (1)
104ErrorUtilities.VerifyThrowInternalLength(projectPath, nameof(projectPath));
BackEnd\Shared\BuildRequestConfiguration.cs (2)
171ErrorUtilities.VerifyThrowInternalLength(data.ProjectFullPath, "data.ProjectFullPath"); 794ErrorUtilities.VerifyThrowInternalLength(referenceFullPath, nameof(referenceFullPath));
ElementLocation\RegistryLocation.cs (1)
33ErrorUtilities.VerifyThrowInternalLength(registryPath, nameof(registryPath));
FileUtilities.cs (1)
392ErrorUtilities.VerifyThrowInternalLength(path, nameof(path));
Instance\ProjectInstance.cs (2)
642ErrorUtilities.VerifyThrowInternalLength(directory, nameof(directory)); 2629ErrorUtilities.VerifyThrowInternalLength(targetName, nameof(targetName));
Instance\ProjectItemInstance.cs (4)
1939ErrorUtilities.VerifyThrowInternalLength(itemType, nameof(itemType)); 1969ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType"); 2002ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType"); 2028ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType");
Instance\ProjectOnErrorInstance.cs (1)
58ErrorUtilities.VerifyThrowInternalLength(executeTargets, nameof(executeTargets));
Instance\ProjectTargetInstance.cs (2)
165ErrorUtilities.VerifyThrowInternalLength(name, nameof(name)); 544ErrorUtilities.VerifyThrowInternalLength(taskName, nameof(taskName));
Instance\ProjectTaskOutputItemInstance.cs (2)
60ErrorUtilities.VerifyThrowInternalLength(itemType, nameof(itemType)); 61ErrorUtilities.VerifyThrowInternalLength(taskParameter, nameof(taskParameter));
Instance\ProjectTaskOutputPropertyInstance.cs (2)
60ErrorUtilities.VerifyThrowInternalLength(propertyName, nameof(propertyName)); 61ErrorUtilities.VerifyThrowInternalLength(taskParameter, nameof(taskParameter));
Instance\TaskRegistry.cs (1)
695ErrorUtilities.VerifyThrowInternalLength(taskName, nameof(taskName));
TaskHostConfiguration.cs (2)
166ErrorUtilities.VerifyThrowInternalLength(taskName, nameof(taskName)); 167ErrorUtilities.VerifyThrowInternalLength(taskLocation, nameof(taskLocation));
Utilities\EngineFileUtilities.cs (1)
186ErrorUtilities.VerifyThrowInternalLength(filespecEscaped, nameof(filespecEscaped));