Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.ContainingType
8 references to ContainingType
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (7)
186
public PENamedTypeSymbol GroupingTypeSymbol => (PENamedTypeSymbol)MarkerTypeSymbol.
ContainingType
;
472
if (this.
ContainingType
is null)
493
foreach (var member in @this.
ContainingType
.GetMembers(method.Name))
804
typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, interfaceImpl, moduleSymbol,
ContainingType
);
2186
bool checkForExtensionGroup = this.IsStatic && this.
ContainingType
is null && this.TypeKind == TypeKind.Class &&
2573
return
ContainingType
is PENamedTypeSymbol containingType
3157
var container = this.
ContainingType
;
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
415
NamedTypeSymbol containingType = type.
ContainingType
;