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