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