3 references to customInternTable
Microsoft.Build.Engine (3)
Properties\BuildProperty.cs (3)
135if (!customInternTable.TryGetValue(stringToIntern, out value)) 137customInternTable.Add(stringToIntern, stringToIntern); 174customInternTable.Clear();