10 overrides of IsCOMObjectImpl
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
523
protected override bool
IsCOMObjectImpl
()
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
226
protected override bool
IsCOMObjectImpl
() { return false; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
182
protected override bool
IsCOMObjectImpl
() => _unmodifiedType.IsCOMObject;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
187
protected sealed override bool
IsCOMObjectImpl
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
153
protected override bool
IsCOMObjectImpl
() => typeImpl.IsCOMObject;
System\RuntimeType.NativeAot.cs (1)
684
protected override bool
IsCOMObjectImpl
() => false;
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
189
protected override bool
IsCOMObjectImpl
() { Debug.Assert(false); throw NotImplemented.ByDesign; }
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
431
protected override bool
IsCOMObjectImpl
()
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
523
protected override bool
IsCOMObjectImpl
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
264
protected sealed override bool
IsCOMObjectImpl
() => false; // RCW's are irrelevant in a MetadataLoadContext without object creation.
1 reference to IsCOMObjectImpl
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
121
public bool IsCOMObject =>
IsCOMObjectImpl
();