1 write to ContainingType
ILAssembler (1)
EntityRegistry.cs (1)
1183
ContainingType
= containingType;
4 references to ContainingType
ILAssembler (4)
EntityRegistry.cs (3)
216
if (type.
ContainingType
is not null)
218
builder.AddNestedType((TypeDefinitionHandle)type.Handle, (TypeDefinitionHandle)type.
ContainingType
.Handle);
1193
for (TypeDefinitionEntity? containingType = typeDefinition; containingType is not null; containingType = containingType.
ContainingType
)
GrammarVisitor.cs (1)
1275
var nesterType = _currentTypeDefinition.Peek().
ContainingType
!;