1 write to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
3364_underlyingParameter = underlyingParameter;
7 references to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (7)
3375if (_underlyingParameter.RefKind is not RefKind.None and var underlyingRefKind) 3380if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3393get { return _underlyingParameter.Locations; } 3398get { return _underlyingParameter.ContainingSymbol; } 3412if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3424=> _underlyingParameter.HasUnscopedRefAttribute; 3427=> _underlyingParameter.UseUpdatedEscapeRules;