1 write to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\MethodSymbol.cs (1)
84
Interlocked.CompareExchange(ref
_lazyReturnType
, _underlying.ReturnTypeWithAnnotations.GetPublicSymbol(), null);
2 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\MethodSymbol.cs (2)
82
if (
_lazyReturnType
is null)
87
return
_lazyReturnType
;