8 references to IsComObject
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComBinder.cs (6)
204if (IsComObject(instance.Value)) 232/// This function can operate only with objects for which <see cref="IsComObject"/> returns true. 241Requires.Condition(IsComObject(value), nameof(value)); 248/// This function can operate only with objects for which <see cref="IsComObject"/> returns true. 258Requires.Condition(IsComObject(value), nameof(value)); 274if (IsComObject(instance.Value))
Microsoft\CSharp\RuntimeBinder\ComInterop\ComObject.cs (2)
22Debug.Assert(ComBinder.IsComObject(rcw)); 38Debug.Assert(ComBinder.IsComObject(rcw));