4 implementations of CanReloadText
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ConstantTextAndVersionSource.cs (1)
25public bool CanReloadText
Workspace\Solution\DocumentState_TreeTextSource.cs (1)
23public bool CanReloadText
Workspace\Solution\LoadableTextAndVersionSource.cs (1)
47public bool CanReloadText
Workspace\Solution\RecoverableTextAndVersion.cs (1)
27public bool CanReloadText { get; }
5 references to CanReloadText
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
84if (oldDocument.State.TextAndVersionSource.CanReloadText && !newDocument.State.TextAndVersionSource.CanReloadText)
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\DocumentState.cs (1)
301if (!TextAndVersionSource.CanReloadText)
Workspace\Solution\RecoverableTextAndVersion.cs (2)
33CanReloadText = initialSource.CanReloadText; 161if (source.CanReloadText)