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