Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingType
6 references to ContainingType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Synthesized\SynthesizedStaticConstructor.cs (6)
115return ContainingType.Locations; 345get { return ContainingType.AreLocalsZeroed; } 379var containingType = (SourceMemberContainerTypeSymbol)this.ContainingType; 384(ContainingType as SourceMemberContainerTypeSymbol)?.IsNullableEnabledForConstructorsAndInitializers(useStatic: true) ?? false; 402if (!(ContainingType is SourceMemberContainerTypeSymbol sourceType)) 404Debug.Assert(ContainingType is SynthesizedClosureEnvironment);