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