1 write to _cancellationToken
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
30
_cancellationToken
= cancellationToken;
4 references to _cancellationToken
Microsoft.Extensions.Logging.Generators (4)
LoggerMessageGenerator.Parser.cs (4)
83
_cancellationToken
.ThrowIfCancellationRequested();
103
IMethodSymbol logMethodSymbol = sm.GetDeclaredSymbol(method,
_cancellationToken
)!;
112
IMethodSymbol attrCtorSymbol = sm.GetSymbolInfo(ma,
_cancellationToken
).Symbol as IMethodSymbol;
342
ParameterSyntax paramSyntax = paramSymbol.DeclaringSyntaxReferences[0].GetSyntax(
_cancellationToken
) as ParameterSyntax;