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