3 references to PropertyName
Microsoft.Build (3)
Definition\ProjectImportPathMatch.cs (1)
37_msBuildPropertyFormat = $"$({PropertyName})";
Evaluation\Evaluator.cs (2)
1553var prop = _data.GetProperty(fallbackSearchPathMatch.PropertyName); 2475var extensionsPathProp = _data.GetProperty(searchPathMatch.PropertyName);