2 references to CastIfChangeInRuntimeRepresentation
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (2)
183return CastIfChangeInRuntimeRepresentation(node.Right); 280return CastIfChangeInRuntimeRepresentation(node.Expression);