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