6 references to EndOfFile
Microsoft.CodeAnalysis.Workspaces (6)
CodeCleanup\AbstractCodeCleanerService.cs (6)
202if (previousTokenMarker.OppositeMarkerType == SpanMarkerType.EndOfFile) 223if (hasMultipleNextToken && nextTokenMarker.Type == SpanMarkerType.EndOfFile) 239Contract.ThrowIfTrue(spanMarkerType == SpanMarkerType.EndOfFile); 287oppositeMarkerType: (nextToken.RawKind == 0) ? SpanMarkerType.EndOfFile : SpanMarkerType.Normal); 289var endMarker = new SpanMarker(type: (nextToken.RawKind == 0) ? SpanMarkerType.EndOfFile : SpanMarkerType.Normal, 441return startMarker.Type == SpanMarkerType.BeginningOfFile && endMarker.Type == SpanMarkerType.EndOfFile;