1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
36_containingType = containingType;
3 references to _containingType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (3)
57if (!_containingType.IsImplicitlyDeclared) 149get { return _containingType; } 156return _containingType;