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