Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingType
10 references to ContainingType
Microsoft.CodeAnalysis.CSharp (10)
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
40=> (SynthesizedClosureEnvironment)ContainingType;
Lowering\StateMachineRewriter\CapturedSymbol.cs (2)
41var frame = makeFrame(this.HoistedField.ContainingType, arg); 59var frame = makeFrame(this.HoistedField.ContainingType, arg);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
73RetargetingTranslator.Retarget(tupleErrorField.ContainingType, RetargetOptions.RetargetPrimitiveTypesByName),
Symbols\Synthesized\SynthesizedEnumValueFieldSymbol.cs (1)
35return TypeWithAnnotations.Create(((SourceNamedTypeSymbol)ContainingType).EnumUnderlyingType);
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
83AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNullableAttributeIfNecessary(this, ContainingType.GetNullableContextValue(), typeWithAnnotations));
Symbols\Tuples\TupleErrorFieldSymbol.cs (4)
173return Hash.Combine(ContainingType.GetHashCode(), _tupleElementIndex.GetHashCode()); 190TypeSymbol.Equals(ContainingType, other.ContainingType, compareKind); 196if (ReferenceEquals(newOwner, ContainingType))