Base:
property
ReflectedType
System.Reflection.MemberInfo.ReflectedType
6 overrides of ReflectedType
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
68
public override Type?
ReflectedType
=> _genericType.ReflectedType;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
99
public override Type?
ReflectedType
=> throw new NotSupportedException(SR.NotSupported_ModifiedType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
88
public sealed override Type
ReflectedType
=> throw new NotSupportedException(SR.NotSupported_SignatureType);
System\RuntimeType.NativeAot.cs (1)
678
public override Type?
ReflectedType
=> DeclaringType;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
140
public override Type?
ReflectedType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
144
public sealed override Type?
ReflectedType
=> DeclaringType;
5 references to ReflectedType
Microsoft.Extensions.Diagnostics.Testing (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
796
Type? temp122 = instance.
ReflectedType
;
977
Type? temp162 = instance.
ReflectedType
;
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TrainerGeneratorBase.cs (1)
103
value = $"{type.
ReflectedType
.Name}.{type.Name}.{kv.Value.ToString()}";
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
68
public override Type? ReflectedType => _genericType.
ReflectedType
;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
142
get { return _typeInfo.
ReflectedType
; }