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