4 writes to _containingType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (4)
27_containingType = leftType; 31_containingType = rightType; 36_containingType = leftType; 51_containingType = container;
6 references to _containingType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (6)
43Debug.Assert(_containingType.IsDynamic() == returnType.IsDynamic()); 317return _containingType; 325return _containingType as NamedTypeSymbol; 440TypeSymbol.Equals(_containingType, other._containingType, compareKind) && 459return Hash.Combine(_name, Hash.Combine(_containingType, _parameters.Length));