13 overrides of IsCOMObjectImpl
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
521
protected override bool
IsCOMObjectImpl
()
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
227
protected override bool
IsCOMObjectImpl
() { return false; }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
179
protected override bool
IsCOMObjectImpl
() => _unmodifiedType.IsCOMObject;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
183
protected sealed override bool
IsCOMObjectImpl
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
151
protected override bool
IsCOMObjectImpl
() => typeImpl.IsCOMObject;
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
239
protected override bool
IsCOMObjectImpl
()
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
170
protected override bool
IsCOMObjectImpl
() { return false; }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
915
protected override bool
IsCOMObjectImpl
()
src\System\RuntimeType.CoreCLR.cs (1)
4052
protected override bool
IsCOMObjectImpl
() => false;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
431
protected override bool
IsCOMObjectImpl
()
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
521
protected override bool
IsCOMObjectImpl
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
268
protected sealed override bool
IsCOMObjectImpl
() => false; // RCW's are irrelevant in a MetadataLoadContext without object creation.
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
936
protected override bool
IsCOMObjectImpl
() => throw new NotImplementedException();
1 reference to IsCOMObjectImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
121
public bool IsCOMObject =>
IsCOMObjectImpl
();