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)
41
var frame = makeFrame(this.HoistedField.
ContainingType
, arg);
59
var frame = makeFrame(this.HoistedField.
ContainingType
, arg);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
73
RetargetingTranslator.Retarget(tupleErrorField.
ContainingType
, RetargetOptions.RetargetPrimitiveTypesByName),
Symbols\Synthesized\SynthesizedEnumValueFieldSymbol.cs (1)
35
return TypeWithAnnotations.Create(((SourceNamedTypeSymbol)
ContainingType
).EnumUnderlyingType);
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
83
AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNullableAttributeIfNecessary(this,
ContainingType
.GetNullableContextValue(), typeWithAnnotations));
Symbols\Tuples\TupleErrorFieldSymbol.cs (4)
173
return Hash.Combine(
ContainingType
.GetHashCode(), _tupleElementIndex.GetHashCode());
190
TypeSymbol.Equals(
ContainingType
, other.
ContainingType
, compareKind);
196
if (ReferenceEquals(newOwner,
ContainingType
))