SymbolExtensions.IsReferenceTypeOrNullableType(ITypeSymbol) Method
Containing Type: SymbolExtensions
Assembly: Roslynator.Core.dll
Returns true if the type is a reference type or a nullable type.
public static bool IsReferenceTypeOrNullableType(this Microsoft.CodeAnalysis.ITypeSymbol? typeSymbol)
Parameters
typeSymbol ITypeSymbol