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