2 writes to reusablePropertyList
Microsoft.Build (2)
BackEnd\Components\Communications\LogMessagePacket.cs (2)
194reusablePropertyList = new List<KeyValuePair<string, string>>(); 262reusablePropertyList = new List<KeyValuePair<string, string>>();
4 references to reusablePropertyList
Microsoft.Build (4)
BackEnd\Components\Communications\LogMessagePacket.cs (4)
192if (reusablePropertyList == null) 198var list = reusablePropertyList; 260if (reusablePropertyList == null) 266var list = reusablePropertyList;