2 writes to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (2)
39
_returnType
= returnType;
52
_returnType
= returnType;
3 references to _returnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (3)
228
return TypeWithAnnotations.Create(
_returnType
);
440
TypeSymbol.Equals(
_returnType
, other.
_returnType
, compareKind))