2 references to Cast
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\AddExplicitCast\AbstractAddExplicitCastCodeFixProvider.cs (2)
152return (targetNode, this.Cast(castedExpression, conversionType).WithTriviaFrom(targetNode)); 162=> (targetNode, this.Cast(targetNode, conversionType));