1 write to HasCustomToString
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
593
HasCustomToString
= paramTypeSymbol.HasCustomToString(),
1 reference to HasCustomToString
Microsoft.Gen.Logging (1)
Model\LoggingMethodParameter.cs (1)
53
public bool IsStringifiable =>
HasCustomToString
|| ImplementsIConvertible || ImplementsIFormattable || IsEnumerable;