2 references to IsPossiblyCapturingPrimaryConstructorParameterReference
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
6903
if (
IsPossiblyCapturingPrimaryConstructorParameterReference
(colorColorValueReceiver, out _))
Binder\Binder_Symbols.cs (1)
1421
if (
IsPossiblyCapturingPrimaryConstructorParameterReference
(colorColorValueReceiver, out ParameterSymbol parameter))