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