1 write to key
Microsoft.Build.Tasks.Core (1)
ResolveManifestFiles.cs (1)
809this.key = item.ItemSpec?.ToLowerInvariant();
7 references to key
Microsoft.Build.Tasks.Core (7)
ResolveManifestFiles.cs (7)
439MapEntry entry = assemblyMap[publishInfo.key]; 446Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 563MapEntry entry = fileMap[publishInfo.key]; 570Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 623string key = publishInfo.key + ".dll"; 631Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 679if (String.Equals(targetPath, manifestEntryPointList[i].key, StringComparison.OrdinalIgnoreCase))