2 writes to reusablePropertyList
Microsoft.Build (2)
BackEnd\Components\Communications\LogMessagePacket.cs (2)
195reusablePropertyList = new List<KeyValuePair<string, string>>(); 263reusablePropertyList = new List<KeyValuePair<string, string>>();
4 references to reusablePropertyList
Microsoft.Build (4)
BackEnd\Components\Communications\LogMessagePacket.cs (4)
193if (reusablePropertyList == null) 199var list = reusablePropertyList; 261if (reusablePropertyList == null) 267var list = reusablePropertyList;