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