1 write to _type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
403Interlocked.CompareExchange(ref _type, new TypeWithAnnotations.Boxed(newType), null);
9 references to _type
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceLocalSymbol.cs (9)
104return _type != null 296if (_type == null) 306return _type.Value; 386return _type?.Value ?? default; 392TypeWithAnnotations? originalType = _type?.Value; 401if ((object)_type == null) 685return _type.Value; 794if (this._type == null) 800return _type.Value;