1 write to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
2981_underlyingParameter = underlyingParameter;
7 references to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (7)
2992if (_underlyingParameter.RefKind is not RefKind.None and var underlyingRefKind) 2997if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3010get { return _underlyingParameter.Locations; } 3015get { return _underlyingParameter.ContainingSymbol; } 3027if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3039=> _underlyingParameter.HasUnscopedRefAttribute; 3042=> _underlyingParameter.UseUpdatedEscapeRules;