3 writes to _lazyDelegateType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\FunctionTypeSymbol.cs (3)
56
_lazyDelegateType
= Uninitialized;
61
_lazyDelegateType
= delegateType;
86
var result = Interlocked.CompareExchange(ref
_lazyDelegateType
, delegateType, Uninitialized);
3 references to _lazyDelegateType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\FunctionTypeSymbol.cs (3)
66
Debug.Assert((object?)
_lazyDelegateType
== Uninitialized);
79
if ((object?)
_lazyDelegateType
== Uninitialized)
95
return
_lazyDelegateType
;