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