1 write to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
2995_underlyingParameter = underlyingParameter;
7 references to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (7)
3006if (_underlyingParameter.RefKind is not RefKind.None and var underlyingRefKind) 3011if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3024get { return _underlyingParameter.Locations; } 3029get { return _underlyingParameter.ContainingSymbol; } 3041if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3053=> _underlyingParameter.HasUnscopedRefAttribute; 3056=> _underlyingParameter.UseUpdatedEscapeRules;