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