1 write to _type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
402Interlocked.CompareExchange(ref _type, new TypeWithAnnotations.Boxed(newType), null);
9 references to _type
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceLocalSymbol.cs (9)
103return _type != null 295if (_type == null) 305return _type.Value; 385return _type?.Value ?? default; 391TypeWithAnnotations? originalType = _type?.Value; 400if ((object)_type == null) 701return _type.Value; 810if (this._type == null) 816return _type.Value;