1 write to _cancellationToken
Microsoft.Gen.Logging (1)
Parser.cs (1)
36_cancellationToken = cancellationToken;
13 references to _cancellationToken
Microsoft.Gen.Logging (13)
Parser.cs (5)
68_cancellationToken.ThrowIfCancellationRequested(); 94var methodSymbol = sm.GetDeclaredSymbol(method, _cancellationToken)!; 582var paramSyntax = paramSymbol.DeclaringSyntaxReferences[0].GetSyntax(_cancellationToken) as ParameterSyntax; 684var attrCtor = sm.GetSymbolInfo(methodAttr, _cancellationToken).Symbol; 700INamedTypeSymbol? classType = sm.GetDeclaredSymbol(classDec, _cancellationToken);
Parser.LogProperties.cs (5)
95_cancellationToken.ThrowIfCancellationRequested(); 211var propertyIdentifier = GetPropertyIdentifier(property, _cancellationToken); 241if (ParserUtilities.PropertyHasModifier(property, SyntaxKind.NewKeyword, _cancellationToken)) 254Diag(DiagDescriptors.InvalidAttributeUsage, logPropertiesAttribute.ApplicationSyntaxReference?.GetSyntax(_cancellationToken).GetLocation(), "LogProperties"); 294Diag(DiagDescriptors.InvalidAttributeUsage, tagProviderAttribute.ApplicationSyntaxReference?.GetSyntax(_cancellationToken).GetLocation(), "TagProvider");
Parser.Records.cs (1)
23return RecordHasSensitivePublicMembers(type, typesChain, symbols, _cancellationToken);
Parser.TagProvider.cs (2)
35tagProviderAttribute.ApplicationSyntaxReference!.GetSyntax(_cancellationToken).GetLocation()); 63tagProviderAttribute.ApplicationSyntaxReference!.GetSyntax(_cancellationToken).GetLocation());