1 write to CancellationToken
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
44
CancellationToken
= cancellationToken;
8 references to CancellationToken
Microsoft.CodeAnalysis.Features (8)
ExtractMethod\MethodExtractor.Analyzer.cs (8)
101
.FirstOrDefault(s => s.IsPrimaryConstructor(this.
CancellationToken
)) != null;
159
var (returnType, returnsByRef) = SelectionResult.GetReturnTypeInfo(this.
CancellationToken
);
302
var symbolInfo = semanticModel.GetSymbolInfo(token, this.
CancellationToken
);
446
if (!isInPrimaryConstructorBaseType && symbol is IParameterSymbol parameter && parameter.IsPrimaryConstructor(this.
CancellationToken
))
548
this.SemanticFacts, this.SemanticModel, selectionOperation, symbol, analysisRange, includeDeclaration: false, this.
CancellationToken
) == false)
652
return tokens.Any(t => semanticFacts.IsWrittenTo(this.SemanticModel, t.Parent, this.
CancellationToken
));
670
return type.Equals(SelectionResult.GetReturnType(this.
CancellationToken
));
884
if (tokens.All(t => !semanticFacts.IsWrittenTo(this.SemanticModel, t.Parent,
CancellationToken
)))