2 references to ReplaceReferencesToParameterWithValue
Microsoft.CodeAnalysis.CSharp.Features (2)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (2)
262
var expression =
ReplaceReferencesToParameterWithValue
(
276
var body =
ReplaceReferencesToParameterWithValue
(semanticModel, setMethod.Parameters[0], setMethodDeclaration.Body);