2 writes to _msBuildPropertyFormat
Microsoft.Build (2)
Definition\ProjectImportPathMatch.cs (2)
37
_msBuildPropertyFormat
= $"$({PropertyName})";
63
translator.Translate(ref
_msBuildPropertyFormat
);
1 reference to _msBuildPropertyFormat
Microsoft.Build (1)
Definition\ProjectImportPathMatch.cs (1)
53
public string MsBuildPropertyFormat =>
_msBuildPropertyFormat
;