1 write to TextSpan
Microsoft.CodeAnalysis.Features (1)
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.State.cs (1)
69TextSpan = textSpan;
6 references to TextSpan
Microsoft.CodeAnalysis.Features (6)
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.ConstructorDelegatingCodeAction.cs (3)
78var afterThisLocation = _state.TextSpan.IsEmpty 79? syntaxTree.GetLocation(_state.TextSpan) 87contextLocation: syntaxTree.GetLocation(_state.TextSpan),
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.FieldDelegatingCodeAction.cs (3)
68var afterThisLocation = _state.TextSpan.IsEmpty 69? syntaxTree.GetLocation(_state.TextSpan) 76contextLocation: syntaxTree.GetLocation(_state.TextSpan),