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)
57get { return _containingType; } 64return _containingType; 82if (_containingType.IsComImport) 84Debug.Assert(_containingType.TypeKind == TypeKind.Class); 88if (_containingType.TypeKind == TypeKind.Delegate)