1 write to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedMethodSymbol.cs (1)
237
Interlocked.CompareExchange(ref
_lazyReturnType
, new TypeWithAnnotations.Boxed(returnType), null);
2 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedMethodSymbol.cs (2)
234
if (
_lazyReturnType
== null)
239
return
_lazyReturnType
.Value;