1 write to IsException
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
1035IsException = IsException,
6 references to IsException
Microsoft.Extensions.Logging.Generators (6)
LoggerMessageGenerator.Parser.cs (4)
1057public bool IsTemplateParameter => !IsLogger && !IsException && !IsLogLevel; 1068IsException == other.IsException && 1080hash = HashHelpers.Combine(hash, IsException.GetHashCode());
LoggerMessageGenerator.Roslyn4.0.cs (2)
231IsException = paramSpec.IsException, 246IsException = paramSpec.IsException,