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