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