1 write to IsException
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
587IsException = !parsingState.FoundException && ParserUtilities.IsBaseOrIdentity(paramTypeSymbol, symbols.ExceptionSymbol, _compilation),
5 references to IsException
Microsoft.Gen.Logging (5)
Emission\Emitter.Method.cs (2)
246if (p.IsException) 264if (p.UsedAsTemplate && !p.IsException)
Model\LoggingMethodParameter.cs (1)
47public bool IsNormalParameter => !IsLogger && !IsException && !IsLogLevel;
Parsing\Parser.cs (2)
170else if (lp.IsException && parameterInTemplate) 597parsingState.FoundException |= lp.IsException;