4 implementations of CanReloadText
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ConstantTextAndVersionSource.cs (1)
18public bool CanReloadText
Workspace\Solution\DocumentState_TreeTextSource.cs (1)
20public bool CanReloadText
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (1)
110public bool CanReloadText
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (1)
24public bool CanReloadText { get; } = initialSource.CanReloadText;
3 references to CanReloadText
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\DocumentState.cs (1)
314if (!TextAndVersionSource.CanReloadText)
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (2)
24public bool CanReloadText { get; } = initialSource.CanReloadText; 157if (source.CanReloadText)