1 write to method
mscorlib (1)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
663eventCacheKey.method = removeMethod.Method;
4 references to method
mscorlib (4)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (4)
379return "(" + target + ", " + method + ")"; 387return (Object.Equals(lhs.target, rhs.target) && Object.Equals(lhs.method, rhs.method)); 392return key.target.GetHashCode() ^ key.method.GetHashCode();