2 references to IsProfile
Aspire.Hosting.Java (2)
JavaVersionDetector.cs (2)
183
.SelectMany(element => element.Elements().Where(
IsProfile
))
287
private static bool IsInProfile(XElement element) => element.Ancestors().Any(
IsProfile
);