1 write to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
3390_underlyingParameter = underlyingParameter;
7 references to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (7)
3401if (_underlyingParameter.RefKind is not RefKind.None and var underlyingRefKind) 3406if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3419get { return _underlyingParameter.Locations; } 3424get { return _underlyingParameter.ContainingSymbol; } 3438if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3450=> _underlyingParameter.HasUnscopedRefAttribute; 3453=> _underlyingParameter.UseUpdatedEscapeRules;