1 override of GetInsertionIndices
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.cs (1)
134protected override IList<bool> GetInsertionIndices(TypeDeclarationSyntax destination, CancellationToken cancellationToken)
2 references to GetInsertionIndices
Microsoft.CodeAnalysis.Features (2)
IntroduceVariable\AbstractIntroduceVariableService.cs (2)
214var legalInsertionIndices = GetInsertionIndices(oldType, cancellationToken); 243var insertionIndices = GetInsertionIndices(typeDecl, cancellationToken);