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