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