6 references to EndOfFile
Microsoft.CodeAnalysis.Workspaces (6)
CodeCleanup\AbstractCodeCleanerService.cs (6)
203if (previousTokenMarker.OppositeMarkerType == SpanMarkerType.EndOfFile) 224if (hasMultipleNextToken && nextTokenMarker.Type == SpanMarkerType.EndOfFile) 240Contract.ThrowIfTrue(spanMarkerType == SpanMarkerType.EndOfFile); 288oppositeMarkerType: (nextToken.RawKind == 0) ? SpanMarkerType.EndOfFile : SpanMarkerType.Normal); 290var endMarker = new SpanMarker(type: (nextToken.RawKind == 0) ? SpanMarkerType.EndOfFile : SpanMarkerType.Normal, 442return startMarker.Type == SpanMarkerType.BeginningOfFile && endMarker.Type == SpanMarkerType.EndOfFile;