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