1 write to _cancellationToken
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (1)
33
_cancellationToken
= cancellationToken;
1 reference to _cancellationToken
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (1)
192
var typeInfo = _semanticModel.GetTypeInfo(node,
_cancellationToken
);