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