1 write to IsException
Microsoft.Gen.Logging (1)
Parser.cs (1)
662IsException = !parsingState.FoundException && ParserUtilities.IsBaseOrIdentity(paramTypeSymbol, symbols.ExceptionSymbol, _compilation),
5 references to IsException
Microsoft.Gen.Logging (5)
Emitter.Method.cs (2)
258if (p.IsException) 276if (p.UsedAsTemplate && !p.IsException)
LoggingMethodParameter.cs (1)
46public bool IsNormalParameter => !IsLogger && !IsException && !IsLogLevel;
Parser.cs (2)
179else if (lp.IsException && parameterInTemplate) 672parsingState.FoundException |= lp.IsException;