6 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (6)
25
/// <see cref="
TryGetValue
"/>, <see cref="GetValue"/> or <see cref="GetValueAsync"/>. Once non-null will always
54
if (!
TryGetValue
(out var textAndVersion))
58
if (!
TryGetValue
(out textAndVersion))
71
if (!
TryGetValue
(out var textAndVersion))
75
if (!
TryGetValue
(out textAndVersion))
130
=> GetLazyValue(options).
TryGetValue
(out value);