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