3 references to IsTruncationEnabled
Microsoft.Build (3)
Evaluation\Expander.cs (3)
1109
if (
IsTruncationEnabled
(_options) && metadataValue.Length > CharacterLimitPerExpansion)
1314
if (
IsTruncationEnabled
(options))
2205
bool truncate =
IsTruncationEnabled
(options);