1 write to _textSpan
Microsoft.CodeAnalysis.Features (1)
GenerateOverrides\GenerateOverridesWithDialogCodeAction.cs (1)
43
_textSpan
= textSpan;
2 references to _textSpan
Microsoft.CodeAnalysis.Features (2)
GenerateOverrides\GenerateOverridesWithDialogCodeAction.cs (2)
73
? syntaxTree.GetLocation(
_textSpan
)
87
contextLocation: syntaxTree.GetLocation(
_textSpan
)),