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