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