1 write to IsException
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
390IsException = !foundException && IsBaseOrIdentity(paramTypeSymbol, exceptionSymbol),
4 references to IsException
Microsoft.Extensions.Logging.Generators (4)
LoggerMessageGenerator.Emitter.cs (1)
449if (p.IsException)
LoggerMessageGenerator.Parser.cs (3)
396foundException |= lp.IsException; 405else if (lp.IsException && lm.TemplateMap.ContainsKey(paramName)) 905public bool IsTemplateParameter => !IsLogger && !IsException && !IsLogLevel;