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