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