2 references to _exactFilePaths
aspire (2)
Projects\DotNetAppHostProject.cs (2)
924
public void AddExactPath(string fullPath) =>
_exactFilePaths
.Add(fullPath);
929
=> new(_ancestorSearchFileNames,
_exactFilePaths
, _hasUnfingerprintableImport);