1 write to _cancellationToken
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
27_cancellationToken = cancellationToken;
13 references to _cancellationToken
Microsoft.Gen.Logging (13)
Parsing\Parser.cs (5)
59_cancellationToken.ThrowIfCancellationRequested(); 85var methodSymbol = sm.GetDeclaredSymbol(method, _cancellationToken)!; 523var paramSyntax = paramSymbol.DeclaringSyntaxReferences[0].GetSyntax(_cancellationToken) as ParameterSyntax; 609var attrCtor = sm.GetSymbolInfo(methodAttr, _cancellationToken).Symbol; 625INamedTypeSymbol? classType = sm.GetDeclaredSymbol(classDec, _cancellationToken);
Parsing\Parser.LogProperties.cs (5)
96_cancellationToken.ThrowIfCancellationRequested(); 212var propertyIdentifier = GetPropertyIdentifier(property, _cancellationToken); 242if (ParserUtilities.PropertyHasModifier(property, SyntaxKind.NewKeyword, _cancellationToken)) 255Diag(DiagDescriptors.InvalidAttributeUsage, logPropertiesAttribute.ApplicationSyntaxReference?.GetSyntax(_cancellationToken).GetLocation(), "LogProperties"); 295Diag(DiagDescriptors.InvalidAttributeUsage, tagProviderAttribute.ApplicationSyntaxReference?.GetSyntax(_cancellationToken).GetLocation(), "TagProvider");
Parsing\Parser.Records.cs (1)
24return RecordHasSensitivePublicMembers(type, typesChain, symbols, _cancellationToken);
Parsing\Parser.TagProvider.cs (2)
35tagProviderAttribute.ApplicationSyntaxReference!.GetSyntax(_cancellationToken).GetLocation()); 63tagProviderAttribute.ApplicationSyntaxReference!.GetSyntax(_cancellationToken).GetLocation());