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