Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.ContainingType
4 references to ContainingType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
567typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, interfaceImpl, moduleSymbol, ContainingType); 2150return ContainingType is PENamedTypeSymbol containingType 2636var container = this.ContainingType;
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
415NamedTypeSymbol containingType = type.ContainingType;