1 write to _type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
500Interlocked.CompareExchange(ref _type, new TypeWithAnnotations.Boxed(newType), null);
10 references to _type
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceLocalSymbol.cs (10)
134return _type != null 371if (_type == null) 469return _type?.Value ?? declType; 472return _type.Value; 481return _type?.Value ?? default; 487TypeWithAnnotations? originalType = _type?.Value; 496if (_type is null && 793return _type?.Value ?? default; 880if (this._type == null) 886return _type?.Value ?? default;