1 write to s_inverseMap
System.Data.Entity (1)
System\Data\Objects\ELinq\ReflectionUtil.cs (1)
343s_inverseMap = new Dictionary<SequenceMethod, MethodInfo>();
2 references to s_inverseMap
System.Data.Entity (2)
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
351s_inverseMap[sequenceMethod] = method; 413return s_inverseMap.TryGetValue(sequenceMethod, out method);