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