3 references to FunctionPointerTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\FunctionPointers\FunctionPointerTypeSymbol.cs (2)
121return new PublicModel.FunctionPointerTypeSymbol(this, DefaultNullableAnnotation); 127return new PublicModel.FunctionPointerTypeSymbol(this, nullableAnnotation);
Symbols\PublicModel\FunctionPointerTypeSymbol.cs (1)
44return new FunctionPointerTypeSymbol(_underlying, nullableAnnotation);