4 writes to _containingType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (4)
26_containingType = leftType; 30_containingType = rightType; 35_containingType = leftType; 50_containingType = container;
6 references to _containingType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (6)
42Debug.Assert(_containingType.IsDynamic() == returnType.IsDynamic()); 316return _containingType; 324return _containingType as NamedTypeSymbol; 439TypeSymbol.Equals(_containingType, other._containingType, compareKind) && 458return Hash.Combine(_name, Hash.Combine(_containingType, _parameters.Length));