3 references to s_properties
Infrastructure.Common (3)
TestProperties.cs (3)
36
return
s_properties
.Value.Keys;
55
string result =
s_properties
.Value.ContainsKey(propertyName)
61
result =
s_properties
.Value[propertyName];