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