1 write to _lazySignature
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (1)
31
Interlocked.CompareExchange(ref
_lazySignature
, new FunctionPointerMethodSignature(AdaptedFunctionPointerTypeSymbol.Signature), null);
2 references to _lazySignature
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (2)
29
if (
_lazySignature
is null)
34
return
_lazySignature
;