Base:
property
CompilationWithoutGeneratedDocuments
Microsoft.CodeAnalysis.SolutionCompilationState.RegularCompilationTracker.CompilationTrackerState.CompilationWithoutGeneratedDocuments
3 references to CompilationWithoutGeneratedDocuments
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
410var compilationWithoutGeneratedDocuments = inProgressState.CompilationWithoutGeneratedDocuments; 482var compilationWithoutGeneratedDocuments = inProgressState.CompilationWithoutGeneratedDocuments; 953ValidateCompilationTreesMatchesProjectState(inProgressState.CompilationWithoutGeneratedDocuments, projectState, generatorInfo: null);