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