1 write to IsException
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
1137IsException = IsException,
6 references to IsException
Microsoft.Extensions.Logging.Generators (6)
LoggerMessageGenerator.Parser.cs (4)
1159public bool IsTemplateParameter => !IsLogger && !IsException && !IsLogLevel; 1170IsException == other.IsException && 1182hash = HashHelpers.Combine(hash, IsException.GetHashCode());
LoggerMessageGenerator.Roslyn4.0.cs (2)
266IsException = paramSpec.IsException, 281IsException = paramSpec.IsException,