1 write to s_methodMap
System.Data.Entity (1)
System\Data\Objects\ELinq\ReflectionUtil.cs (1)
342s_methodMap = new Dictionary<MethodInfo, SequenceMethod>();
2 references to s_methodMap
System.Data.Entity (2)
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
350s_methodMap.Add(method, sequenceMethod); 367return s_methodMap.TryGetValue(method, out sequenceMethod);