1 write to AdaptedFunctionPointerTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (1)
127AdaptedFunctionPointerTypeSymbol = underlyingFunctionPointerTypeSymbol;
3 references to AdaptedFunctionPointerTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (3)
32Interlocked.CompareExchange(ref _lazySignature, new FunctionPointerMethodSignature(AdaptedFunctionPointerTypeSymbol.Signature), null); 53bool ITypeReference.IsValueType => AdaptedFunctionPointerTypeSymbol.IsValueType; 130internal sealed override Symbol AdaptedSymbol => AdaptedFunctionPointerTypeSymbol;