1 write to CancellationToken
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
43
CancellationToken
= cancellationToken;
8 references to CancellationToken
Microsoft.CodeAnalysis.Features (8)
ExtractMethod\MethodExtractor.Analyzer.cs (8)
100
.FirstOrDefault(s => s.IsPrimaryConstructor(this.
CancellationToken
)) != null;
158
var (returnType, returnsByRef) = SelectionResult.GetReturnTypeInfo(this.
CancellationToken
);
301
var symbolInfo = semanticModel.GetSymbolInfo(token, this.
CancellationToken
);
445
if (!isInPrimaryConstructorBaseType && symbol is IParameterSymbol parameter && parameter.IsPrimaryConstructor(this.
CancellationToken
))
547
this.SemanticFacts, this.SemanticModel, selectionOperation, symbol, analysisRange, includeDeclaration: false, this.
CancellationToken
) == false)
651
return tokens.Any(t => semanticFacts.IsWrittenTo(this.SemanticModel, t.Parent, this.
CancellationToken
));
669
return type.Equals(SelectionResult.GetReturnType(this.
CancellationToken
));
883
if (tokens.All(t => !semanticFacts.IsWrittenTo(this.SemanticModel, t.Parent,
CancellationToken
)))