1 write to key
Microsoft.Build.Tasks.Core (1)
ResolveManifestFiles.cs (1)
827this.key = item.ItemSpec?.ToLowerInvariant();
7 references to key
Microsoft.Build.Tasks.Core (7)
ResolveManifestFiles.cs (7)
454MapEntry entry = assemblyMap[publishInfo.key]; 461Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 579MapEntry entry = fileMap[publishInfo.key]; 586Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 639string key = publishInfo.key + ".dll"; 647Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 695if (String.Equals(targetPath, manifestEntryPointList[i].key, StringComparison.OrdinalIgnoreCase))