2 references to GetAllPropertyGroupElements
BuildBoss (2)
ProjectCheckerUtil.cs (1)
81
foreach (var element in _projectUtil.
GetAllPropertyGroupElements
())
ProjectUtil.cs (1)
164
internal XElement FindSingleProperty(string localName) =>
GetAllPropertyGroupElements
().SingleOrDefault(x => x.Name.LocalName == localName);