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