3 references to IsTruncationEnabled
Microsoft.Build (3)
Evaluation\Expander.cs (3)
1126
if (
IsTruncationEnabled
(evaluator._options) && metadataValue.Length > CharacterLimitPerExpansion)
1335
if (
IsTruncationEnabled
(options))
2347
bool truncate =
IsTruncationEnabled
(options);