2 references to _warnForUninitializedProperties
Microsoft.Build (2)
Evaluation\PropertiesUseTracker.cs (2)
65
if (
_warnForUninitializedProperties
&& CurrentlyEvaluatingPropertyElementName != null)
133
if (evaluatedValue.Length > 0 &&
_warnForUninitializedProperties
)