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