3 references to IsTruncationEnabled
Microsoft.Build (3)
Evaluation\Expander.ItemExpander.cs (1)
602
bool truncate =
IsTruncationEnabled
(options);
Evaluation\Expander.MetadataExpander.cs (1)
246
if (
IsTruncationEnabled
(_options) && expanded.Length > CharacterLimitPerExpansion)
Evaluation\Expander.PropertyExpander.cs (1)
223
if (
IsTruncationEnabled
(options))