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