25 references to VerifyThrowInternalLength
Microsoft.Build (25)
BackEnd\Components\Communications\DetouredNodeLauncher.cs (1)
60ErrorUtilities.VerifyThrowInternalLength(launchData.MSBuildLocation, nameof(launchData.MSBuildLocation));
BackEnd\Components\Communications\NodeLauncher.cs (1)
72ErrorUtilities.VerifyThrowInternalLength(msbuildLocation, nameof(msbuildLocation));
BackEnd\Components\RequestBuilder\Lookup.cs (1)
453ErrorUtilities.VerifyThrowInternalLength(name, nameof(name));
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (1)
104ErrorUtilities.VerifyThrowInternalLength(projectPath, nameof(projectPath));
BackEnd\Shared\BuildRequestConfiguration.cs (2)
173ErrorUtilities.VerifyThrowInternalLength(data.ProjectFullPath, "data.ProjectFullPath"); 823ErrorUtilities.VerifyThrowInternalLength(referenceFullPath, nameof(referenceFullPath));
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (1)
39ErrorUtilities.VerifyThrowInternalLength(messageResourceName, nameof(messageResourceName));
ElementLocation\RegistryLocation.cs (1)
33ErrorUtilities.VerifyThrowInternalLength(registryPath, nameof(registryPath));
Instance\ProjectInstance.cs (2)
676ErrorUtilities.VerifyThrowInternalLength(directory, nameof(directory)); 2915ErrorUtilities.VerifyThrowInternalLength(targetName, nameof(targetName));
Instance\ProjectItemInstance.cs (4)
2226ErrorUtilities.VerifyThrowInternalLength(itemType, nameof(itemType)); 2256ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType"); 2289ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType"); 2318ErrorUtilities.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)
684ErrorUtilities.VerifyThrowInternalLength(taskName, nameof(taskName));
TaskHostConfiguration.cs (2)
187ErrorUtilities.VerifyThrowInternalLength(taskName, nameof(taskName)); 188ErrorUtilities.VerifyThrowInternalLength(taskLocation, nameof(taskLocation));
Utilities\EngineFileUtilities.cs (1)
187ErrorUtilities.VerifyThrowInternalLength(filespecEscaped, nameof(filespecEscaped));