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