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