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