3 writes to IsException
Microsoft.Extensions.Logging.Generators (3)
LoggerMessageGenerator.Parser.cs (1)
434
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)
518
if (p.
IsException
)
LoggerMessageGenerator.Parser.cs (4)
440
foundException |= lp.
IsException
;
449
else if (lp.
IsException
&& lm.TemplateMap.ContainsKey(paramName))
1126
public bool IsTemplateParameter => !IsLogger && !
IsException
&& !IsLogLevel;
1135
IsException =
IsException
,