1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
23
_containingType
= containingType;
5 references to _containingType
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (5)
57
get { return
_containingType
; }
64
return
_containingType
;
82
if (
_containingType
.IsComImport)
84
Debug.Assert(
_containingType
.TypeKind == TypeKind.Class);
88
if (
_containingType
.TypeKind == TypeKind.Delegate)