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