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