1 write to key
Microsoft.Build.Tasks.Core (1)
ResolveManifestFiles.cs (1)
804this.key = item.ItemSpec?.ToLowerInvariant();
7 references to key
Microsoft.Build.Tasks.Core (7)
ResolveManifestFiles.cs (7)
434MapEntry entry = assemblyMap[publishInfo.key]; 441Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 558MapEntry entry = fileMap[publishInfo.key]; 565Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 618string key = publishInfo.key + ".dll"; 626Log.LogWarningWithCodeFromResources("ResolveManifestFiles.PublishFileNotFound", publishInfo.key); 674if (String.Equals(targetPath, manifestEntryPointList[i].key, StringComparison.OrdinalIgnoreCase))