4 references to ReferencePath
Microsoft.Maui.Controls.Build.Tasks (4)
DebugXamlCTask.cs (2)
22 if (ReferencePath != null) 24 var paths = ReferencePath.Select(p => IOPath.GetDirectoryName(p.Replace("//", "/"))).Distinct();
XamlCTask.cs (2)
180 if (ReferencePath != null) 182 var paths = ReferencePath.Select(p => IOPath.GetDirectoryName(p.Replace("//", "/"))).Distinct();