1 write to _dispId2MethodMap
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
76
_dispId2MethodMap
= new Dictionary<int, MethodInfo>(methods.Length);
2 references to _dispId2MethodMap
PresentationFramework (2)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (2)
80
_dispId2MethodMap
[dispid] = method;
141
if (
_dispId2MethodMap
.TryGetValue(dispid, out method))