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