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