1 write to AfterThisLocation
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (1)
354
AfterThisLocation
??= previousAssignedSymbol?.Locations.FirstOrDefault();
1 reference to AfterThisLocation
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
63
afterThisLocation: _state.
AfterThisLocation
,