6 instantiations of SynthesizedIntrinsicOperatorSymbol
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpCompilation.cs (2)
4462return new SynthesizedIntrinsicOperatorSymbol(csharpLeftType, name, csharpRightType, csharpReturnType).GetPublicSymbol(); 4688return new SynthesizedIntrinsicOperatorSymbol(csharpOperandType, name, csharpReturnType).GetPublicSymbol();
Compilation\CSharpSemanticModel.cs (4)
3834symbols = OneOrMany.Create<Symbol>(new SynthesizedIntrinsicOperatorSymbol(unaryOperator.Operand.Type.StrippedType(), 3858symbols = OneOrMany.Create<Symbol>(new SynthesizedIntrinsicOperatorSymbol(opType, 3891symbols = OneOrMany.Create<Symbol>(new SynthesizedIntrinsicOperatorSymbol(objectType, 3932return new SynthesizedIntrinsicOperatorSymbol(leftType,
3 references to SynthesizedIntrinsicOperatorSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (3)
437var other = obj as SynthesizedIntrinsicOperatorSymbol; 471SynthesizedIntrinsicOperatorSymbol container,