1 write to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
3102_underlyingParameter = underlyingParameter;
7 references to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (7)
3113if (_underlyingParameter.RefKind is not RefKind.None and var underlyingRefKind) 3118if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3131get { return _underlyingParameter.Locations; } 3136get { return _underlyingParameter.ContainingSymbol; } 3148if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3160=> _underlyingParameter.HasUnscopedRefAttribute; 3163=> _underlyingParameter.UseUpdatedEscapeRules;