6 references to _properties
XmlFileLogger (6)
PropertyBag.cs (6)
55
public IDictionary<string, string> Properties { get { return
_properties
; } }
103
if (
_properties
.TryGetValue(key, out currentValue))
108
_properties
[key] = value;
116
_properties
.Add(key, value);
122
_properties
.Add(key, value);
134
if (
_properties
.TryGetValue(key, out value))