1 instantiation of WeakRefKey
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (1)
163object key = assembly.IsDynamic ? (object)new WeakRefKey(assembly) : assembly;
6 references to WeakRefKey
PresentationCore (6)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (6)
399WeakRefKey weakRef = o as WeakRefKey; 413public static bool operator ==(WeakRefKey left, WeakRefKey right) 422public static bool operator !=(WeakRefKey left, WeakRefKey right)