1 instantiation of FunctionPointerMethodSignature
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (1)
31Interlocked.CompareExchange(ref _lazySignature, new FunctionPointerMethodSignature(AdaptedFunctionPointerTypeSymbol.Signature), null);
2 references to FunctionPointerMethodSignature
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (2)
24private FunctionPointerMethodSignature? _lazySignature; 60/// <see cref="FunctionPointerMethodSignature"/>, to hide its implementation of <see cref="IMethodSymbol"/>.