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