Try your search with a different keyword or use * as a wildcard.
@model PublicSlideModel @{ void slideImage() { } } @if (!string.IsNullOrEmpty(Model.PictureUrl)) { @if (!string.IsNullOrEmpty(Model.LinkUrl)) { @{ slideImage(); } } else { slideImage(); } @if (Model.LazyLoading) { } }