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