1 write to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
3344_underlyingParameter = underlyingParameter;
7 references to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (7)
3355if (_underlyingParameter.RefKind is not RefKind.None and var underlyingRefKind) 3360if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3373get { return _underlyingParameter.Locations; } 3378get { return _underlyingParameter.ContainingSymbol; } 3392if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3404=> _underlyingParameter.HasUnscopedRefAttribute; 3407=> _underlyingParameter.UseUpdatedEscapeRules;