1 write to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
3101_underlyingParameter = underlyingParameter;
7 references to _underlyingParameter
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (7)
3112if (_underlyingParameter.RefKind is not RefKind.None and var underlyingRefKind) 3117if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3130get { return _underlyingParameter.Locations; } 3135get { return _underlyingParameter.ContainingSymbol; } 3147if (!_underlyingParameter.ContainingType.IsInterface || _type.IsReferenceType) 3159=> _underlyingParameter.HasUnscopedRefAttribute; 3162=> _underlyingParameter.UseUpdatedEscapeRules;