1 write to RuntimeCallableWrapper
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComObject.cs (1)
23RuntimeCallableWrapper = rcw;
8 references to RuntimeCallableWrapper
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComFallbackMetaObject.cs (1)
59((ComObject)Value).RuntimeCallableWrapper
Microsoft\CSharp\RuntimeBinder\ComInterop\ComObject.cs (1)
71typeof(ComObject).GetProperty(nameof(RuntimeCallableWrapper), BindingFlags.NonPublic | BindingFlags.Instance)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (5)
105return $"{RuntimeCallableWrapper} ({typeName})"; 279Type comType = RuntimeCallableWrapper.GetType(); 297RuntimeCallableWrapper, 372var cpc = RuntimeCallableWrapper as ComTypes.IConnectionPointContainer; 378else if ((classTypeInfo = GetCoClassTypeInfo(RuntimeCallableWrapper, typeInfo)) == null)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
265_self.RuntimeCallableWrapper