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