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