2 references to GetRefDirectiveFullPath
dotnet (2)
Commands\Reference\FileBasedAppReferenceEditor.cs (2)
141
.Where(d => PathsEqual(
GetRefDirectiveFullPath
(d), referencePath))
174
.FirstOrDefault(d => PathsEqual(
GetRefDirectiveFullPath
(d), filePath));