2 references to WithType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (1)
2826
UnaryOperatorKind newKind = kind.Operator().
WithType
(upconvertSpecialType);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
140
UnaryOperatorKind newKind = kind.Operator().
WithType
(upconvertSpecialType);