1 write to _underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\DiscardSymbol.cs (1)
18_underlying = underlying;
3 references to _underlying
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PublicModel\DiscardSymbol.cs (3)
21internal override CSharp.Symbol UnderlyingSymbol => _underlying; 29Interlocked.CompareExchange(ref _lazyType, _underlying.TypeWithAnnotations.GetPublicSymbol(), null); 36CodeAnalysis.NullableAnnotation IDiscardSymbol.NullableAnnotation => _underlying.TypeWithAnnotations.ToPublicAnnotation();