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