public string ToMinimalDisplayString(SemanticModel semanticModel, int position, SymbolDisplayFormat format = null) { return(WrappedSymbol.ToMinimalDisplayString(semanticModel, position, format)); }
public string ToMinimalDisplayString(SemanticModel semanticModel, NullableFlowState topLevelNullability, int position, SymbolDisplayFormat format = null) { return(WrappedSymbol.ToMinimalDisplayString(semanticModel, topLevelNullability, position, format)); }