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