1 write to BeforeThisLocation
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (1)
355BeforeThisLocation ??= nextAssignedSymbol?.Locations.FirstOrDefault();
1 reference to BeforeThisLocation
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
64beforeThisLocation: _state.BeforeThisLocation,