1 write to _cancellationToken
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
52
_cancellationToken
= cancellationToken;
5 references to _cancellationToken
Microsoft.Extensions.Logging.Generators (5)
LoggerMessageGenerator.Parser.cs (5)
74
_cancellationToken
.ThrowIfCancellationRequested();
94
IMethodSymbol logMethodSymbol = sm.GetDeclaredSymbol(method,
_cancellationToken
)!;
103
IMethodSymbol attrCtorSymbol = sm.GetSymbolInfo(ma,
_cancellationToken
).Symbol as IMethodSymbol;
333
ParameterSyntax paramSyntax = paramSymbol.DeclaringSyntaxReferences[0].GetSyntax(
_cancellationToken
) as ParameterSyntax;
627
INamedTypeSymbol? classType = sm.GetDeclaredSymbol(classDec,
_cancellationToken
);