Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.ContainingType
8 references to ContainingType
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (7)
189public PENamedTypeSymbol GroupingTypeSymbol => (PENamedTypeSymbol)MarkerTypeSymbol.ContainingType; 475if (this.ContainingType is null) 496foreach (var member in @this.ContainingType.GetMembers(method.Name)) 826typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, interfaceImpl, moduleSymbol, ContainingType); 2239bool checkForExtensionGroup = this.IsStatic && this.ContainingType is null && this.TypeKind == TypeKind.Class && 2632return ContainingType is PENamedTypeSymbol containingType 3211var container = this.ContainingType;
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
415NamedTypeSymbol containingType = type.ContainingType;