1 write to s_propertyTranslators
System.Data.Entity (1)
System\Data\Objects\ELinq\Translator.cs (1)
202
s_propertyTranslators
= new Dictionary<PropertyInfo, PropertyTranslator>();
4 references to s_propertyTranslators
System.Data.Entity (4)
System\Data\Objects\ELinq\Translator.cs (4)
207
s_propertyTranslators
.Add(property, translator);
243
if (
s_propertyTranslators
.TryGetValue(propertyInfo, out translatorInstance))
260
if (
s_propertyTranslators
.TryGetValue(propertyInfo, out translatorInstance))
400
s_propertyTranslators
.Add(property, translator);