1 write to SpaceOperation
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenPairWithOperations.cs (1)
34SpaceOperation = spaceOperations;
2 references to SpaceOperation
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (2)
475if (operation.SpaceOperation != null) 479applier.Apply(operation.SpaceOperation, operation.PairIndex);