1 write to resourcesHashTable
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
3885resourcesHashTable = new Dictionary<string, IResource>(StringComparer.OrdinalIgnoreCase);
3 references to resourcesHashTable
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (3)
3458reader.resourcesHashTable, 3849if (reader.resourcesHashTable.ContainsKey(entry.Name)) 3856reader.resourcesHashTable.Add(entry.Name, entry);