2 references to TryGetAssignmentFromParameterWithExplicitCast
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\ConvertToRecord\ConvertToRecordHelpers.cs (2)
540
else if (
TryGetAssignmentFromParameterWithExplicitCast
(bodyOps.FirstOrDefault(), parameter, out otherC))
1025
if (
TryGetAssignmentFromParameterWithExplicitCast
(statementsToCheck.FirstOrDefault(), parameter, out otherC))