3 writes to IsException
Microsoft.Extensions.Logging.Generators (3)
LoggerMessageGenerator.Parser.cs (1)
381
IsException
= !foundException && IsBaseOrIdentity(paramTypeSymbol, _exceptionSymbol, sm.Compilation),
LoggerMessageGenerator.Roslyn4.0.cs (2)
231
IsException
= paramSpec.IsException,
246
IsException
= paramSpec.IsException,
5 references to IsException
Microsoft.Extensions.Logging.Generators (5)
LoggerMessageGenerator.Emitter.cs (1)
468
if (p.
IsException
)
LoggerMessageGenerator.Parser.cs (4)
387
foundException |= lp.
IsException
;
396
else if (lp.
IsException
&& lm.TemplateMap.ContainsKey(paramName))
1026
public bool IsTemplateParameter => !IsLogger && !
IsException
&& !IsLogLevel;
1035
IsException =
IsException
,