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