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