Base:
property
ContainingType
Internal.TypeSystem.MetadataType.ContainingType
8 references to ContainingType
ILCompiler.Compiler (1)
Compiler\Dataflow\CompilerGeneratedState.cs (1)
279type = ecmaType.ContainingType;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3940containingType = containingType.ContainingType;
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3940containingType = containingType.ContainingType;
ILCompiler.TypeSystem (5)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
58DefType containingType = ContainingType;
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EffectiveVisibility.cs (4)
122for (EcmaType type = method.OwningType; type is not null; type = type.ContainingType) 132type = type.ContainingType; 133for (; type is not null; type = type.ContainingType) 162for (EcmaType type = field.OwningType; type is not null; type = type.ContainingType)