Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.ContainingType
6 references to ContainingType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (5)
444if (this.ContainingType is null) 465foreach (var member in @this.ContainingType.GetMembers(method.Name)) 775typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, interfaceImpl, moduleSymbol, ContainingType); 2452return ContainingType is PENamedTypeSymbol containingType 3003var container = this.ContainingType;
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
415NamedTypeSymbol containingType = type.ContainingType;