5 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\DocumentState.cs (1)
584
if (TextAndVersionSource.
TryGetValue
(LoadTextOptions, out var textAndVersion))
Workspace\Solution\TextDocumentState.cs (4)
82
if (this.TextAndVersionSource.
TryGetValue
(LoadTextOptions, out var textAndVersion))
98
=> TextAndVersionSource.
TryGetValue
(LoadTextOptions, out textAndVersion);
188
if (this.TextAndVersionSource.
TryGetValue
(LoadTextOptions, out var textAndVersion))
203
if (this.TextAndVersionSource.
TryGetValue
(LoadTextOptions, out var textAndVersion))