1 instantiation of ComInfo
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (1)
52return new ComInfo(pComWeakRef, wrapperId);
14 references to ComInfo
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (6)
20private ComInfo? _comInfo; 35internal static ComInfo? FromObject(object? target) 44private static ComInfo? FromObjectSlow(object target) 92private void SetTarget(object? target, ComInfo? comInfo) 163internal static void SetTarget(ref nint taggedHandle, object? target, ComInfo? comInfo) 173internal static void SetComInfoInConstructor(ref nint taggedHandle, ComInfo comInfo)
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (4)
89ComAwareWeakReference.ComInfo? comInfo = ComAwareWeakReference.ComInfo.FromObject(target); 194var comInfo = ComAwareWeakReference.ComInfo.FromObject(value);
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (4)
89ComAwareWeakReference.ComInfo? comInfo = ComAwareWeakReference.ComInfo.FromObject(target); 108var comInfo = ComAwareWeakReference.ComInfo.FromObject(target);