1 write to _underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\FunctionPointerTypeSymbol.cs (1)
18_underlying = underlying;
6 references to _underlying
Microsoft.CodeAnalysis.CSharp (6)
Symbols\PublicModel\FunctionPointerTypeSymbol.cs (6)
21public IMethodSymbol Signature => _underlying.Signature.GetPublicSymbol(); 22internal override Symbols.TypeSymbol UnderlyingTypeSymbol => _underlying; 23internal override Symbols.NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying; 24internal override CSharp.Symbol UnderlyingSymbol => _underlying; 43Debug.Assert(nullableAnnotation != _underlying.DefaultNullableAnnotation); 44return new FunctionPointerTypeSymbol(_underlying, nullableAnnotation);