2 references to _ancestorSearchFileNames
aspire (2)
Projects\DotNetAppHostProject.cs (2)
923
public void AddAncestorSearchName(string fileName) =>
_ancestorSearchFileNames
.Add(fileName);
930
=> new(
_ancestorSearchFileNames
, _exactFilePaths, _hasUnfingerprintableImport);