1 write to Local
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
51Local = local;
4 references to Local
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceLocalSymbol.cs (4)
57return Local == (object)other.Local && Reference == other.Reference; 67return Hash.Combine(RuntimeHelpers.GetHashCode(Local), Reference.GetHashCode()); 498(s_LocalTypeInferenceInProgress?.Any(static (key, @this) => key.Local == (object)@this, this) != true)))