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