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; } 377var containingType = (SourceMemberContainerTypeSymbol)this.ContainingType; 382(ContainingType as SourceMemberContainerTypeSymbol)?.IsNullableEnabledForConstructorsAndInitializers(useStatic: true) ?? false; 400if (!(ContainingType is SourceMemberContainerTypeSymbol sourceType)) 402Debug.Assert(ContainingType is SynthesizedClosureEnvironment);