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