2 references to _typeTable
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (2)
1791
if (!
_typeTable
.TryGetValue(typeName, out type))
1819
_typeTable
[typeName] = type;