1 override of HasSuccessfullyLoaded
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.CompilationTrackerState.cs (1)
242public override bool? HasSuccessfullyLoaded { get; }
6 references to HasSuccessfullyLoaded
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\SolutionState.CompilationTracker.cs (6)
441RoslynDebug.Assert(state.HasSuccessfullyLoaded.HasValue); 442return new CompilationInfo(finalCompilation, state.HasSuccessfullyLoaded.Value, state.GeneratorInfo); 483RoslynDebug.Assert(state.HasSuccessfullyLoaded.HasValue); 484return new CompilationInfo(compilation, state.HasSuccessfullyLoaded.Value, state.GeneratorInfo); 1032if (state.HasSuccessfullyLoaded.HasValue) 1034return state.HasSuccessfullyLoaded.Value ? SpecializedTasks.True : SpecializedTasks.False;