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