5 references to PropertyKey
Microsoft.NET.ProjectData.Tasks (5)
ForwardCompat.cs (5)
508
string key =
PropertyKey
(line);
526
block.AddRange(unknown.OrderBy(
PropertyKey
, StringComparer.OrdinalIgnoreCase));
542
var present = new HashSet<string>(candidateProps.Lines.Select(
PropertyKey
), StringComparer.OrdinalIgnoreCase);
546
string key =
PropertyKey
(line);
553
if (string.Compare(
PropertyKey
(candidateProps.Lines[i]), key, StringComparison.OrdinalIgnoreCase) < 0)