1 write to key
Microsoft.Build.Tasks.Core (1)
ResolveManifestFiles.cs (1)
810this.key = item.ItemSpec?.ToLowerInvariant();
7 references to key
Microsoft.Build.Tasks.Core (7)
ResolveManifestFiles.cs (7)
440MapEntry entry = assemblyMap[publishInfo.key]; 447Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 564MapEntry entry = fileMap[publishInfo.key]; 571Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 624string key = publishInfo.key + ".dll"; 632Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 680if (String.Equals(targetPath, manifestEntryPointList[i].key, StringComparison.OrdinalIgnoreCase))