1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
34_containingType = containingType;
3 references to _containingType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (3)
55if (!_containingType.IsImplicitlyDeclared) 147get { return _containingType; } 154return _containingType;