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