26 references to VerifyThrowInternalLength
Microsoft.Build (26)
BackEnd\Components\Communications\DetouredNodeLauncher.cs (1)
61
ErrorUtilities.
VerifyThrowInternalLength
(msbuildLocation, nameof(msbuildLocation));
BackEnd\Components\Communications\NodeLauncher.cs (1)
51
ErrorUtilities.
VerifyThrowInternalLength
(msbuildLocation, nameof(msbuildLocation));
BackEnd\Components\RequestBuilder\Lookup.cs (1)
455
ErrorUtilities.
VerifyThrowInternalLength
(name, nameof(name));
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (1)
104
ErrorUtilities.
VerifyThrowInternalLength
(projectPath, nameof(projectPath));
BackEnd\Shared\BuildRequestConfiguration.cs (2)
171
ErrorUtilities.
VerifyThrowInternalLength
(data.ProjectFullPath, "data.ProjectFullPath");
812
ErrorUtilities.
VerifyThrowInternalLength
(referenceFullPath, nameof(referenceFullPath));
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (1)
44
ErrorUtilities.
VerifyThrowInternalLength
(messageResourceName, nameof(messageResourceName));
ElementLocation\RegistryLocation.cs (1)
33
ErrorUtilities.
VerifyThrowInternalLength
(registryPath, nameof(registryPath));
FileUtilities.cs (1)
392
ErrorUtilities.
VerifyThrowInternalLength
(path, nameof(path));
Instance\ProjectInstance.cs (2)
644
ErrorUtilities.
VerifyThrowInternalLength
(directory, nameof(directory));
2811
ErrorUtilities.
VerifyThrowInternalLength
(targetName, nameof(targetName));
Instance\ProjectItemInstance.cs (4)
1988
ErrorUtilities.
VerifyThrowInternalLength
(itemType, nameof(itemType));
2018
ErrorUtilities.
VerifyThrowInternalLength
(ItemType, "ItemType");
2051
ErrorUtilities.
VerifyThrowInternalLength
(ItemType, "ItemType");
2077
ErrorUtilities.
VerifyThrowInternalLength
(ItemType, "ItemType");
Instance\ProjectOnErrorInstance.cs (1)
58
ErrorUtilities.
VerifyThrowInternalLength
(executeTargets, nameof(executeTargets));
Instance\ProjectTargetInstance.cs (2)
165
ErrorUtilities.
VerifyThrowInternalLength
(name, nameof(name));
544
ErrorUtilities.
VerifyThrowInternalLength
(taskName, nameof(taskName));
Instance\ProjectTaskOutputItemInstance.cs (2)
60
ErrorUtilities.
VerifyThrowInternalLength
(itemType, nameof(itemType));
61
ErrorUtilities.
VerifyThrowInternalLength
(taskParameter, nameof(taskParameter));
Instance\ProjectTaskOutputPropertyInstance.cs (2)
60
ErrorUtilities.
VerifyThrowInternalLength
(propertyName, nameof(propertyName));
61
ErrorUtilities.
VerifyThrowInternalLength
(taskParameter, nameof(taskParameter));
Instance\TaskRegistry.cs (1)
691
ErrorUtilities.
VerifyThrowInternalLength
(taskName, nameof(taskName));
TaskHostConfiguration.cs (2)
166
ErrorUtilities.
VerifyThrowInternalLength
(taskName, nameof(taskName));
167
ErrorUtilities.
VerifyThrowInternalLength
(taskLocation, nameof(taskLocation));
Utilities\EngineFileUtilities.cs (1)
186
ErrorUtilities.
VerifyThrowInternalLength
(filespecEscaped, nameof(filespecEscaped));