1 write to HasCustomToString
Microsoft.Gen.Logging (1)
Parser.cs (1)
668
HasCustomToString
= paramTypeSymbol.HasCustomToString(),
1 reference to HasCustomToString
Microsoft.Gen.Logging (1)
LoggingMethodParameter.cs (1)
52
public bool IsStringifiable =>
HasCustomToString
|| ImplementsIConvertible || ImplementsIFormattable || IsEnumerable;