3 references to _fileTypes
Microsoft.NET.Build.Tasks (3)
ResolvePackageDependencies.cs (3)
227
if (!
_fileTypes
.TryGetValue(fileKey, out string fileType))
410
if (!
_fileTypes
.TryGetValue(fileKey, out string currentFileType))
412
_fileTypes
.Add(fileKey, fileType);