2 references to AdaptedFunctionPointerTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (2)
32
Interlocked.CompareExchange(ref _lazySignature, new FunctionPointerMethodSignature(
AdaptedFunctionPointerTypeSymbol
.Signature), null);
53
bool ITypeReference.IsValueType =>
AdaptedFunctionPointerTypeSymbol
.IsValueType;