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