2 writes to _comInfo
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (2)
99_comInfo = comInfo; 176comAwareRef._comInfo = comInfo;
2 references to _comInfo
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (2)
112if (_comInfo != null) 120target = (T?)_comInfo.ResolveTarget();